Reputation: 10068
I need to write some graph for an android application. I've try GraphView libraries but it doesn't satisfy me, there's still a lot of bug. The main on it's for zooming and scrolling: After zooming in i can't zoom out and scroll. I need a library easy to use, and lightweight because for my use case, i need to keep 3 graph in memory until the app is in foreground, and dynamic add values to graph during execution. AChartEngine could be ok for my purpose?
Upvotes: 0
Views: 449
Reputation: 5256
Well, the answer is very dependent on what FITS you best and not what IS THE BEST. I've done some research about charts not long ago, I can share my thoughts. I found aFreeChart to fit best.
Aspects that I would consider (and remarks on aFreeChart):
Upvotes: 2