How to draw custom graphs in Android?

Sumit Patel picture Sumit Patel · May 4, 2013 · Viewed 9.4k times · Source

Here is an example of a graph:

Graph image

How can I draw this type of graph in an Android layout?

Answer

Raghunandan picture Raghunandan · May 4, 2013

You can use a third party library such as achartengine

https://code.google.com/p/achartengine/

Here's their home page

http://www.achartengine.org/

Here's a tutorial on Line Graph

https://www.youtube.com/watch?v=-ThKImy6PPM