[android] Android charting libraries

I am trying to find a fast and reliable charting library. After some searching, I found 4 libraries: AChartEngine [warning! official website is down and redirects to virus filled website!], WilliamChart, HelloCharts and AndroidPlot. I need some up to date feedback about the performance and the stability of these libraries because all the information I could find was outdated.

This question is related to android charts achartengine androidplot mpandroidchart

The answer is


  • Achartengine: I have used this. Although for real time graph this might not give good performance if you do not tweak properly.


AchartEngine

You can create a plethora of different chart types relatively quickly with loads of customizable options.


If you're looking for something more straight forward to implement (and it doesn't include pie/donut charts) then I recommend WilliamChart. Specially if motion takes an important role in your app design. In other hand if you want featured charts, then go for MPAndroidChart.