Search code examples
javaandroidandroid-layoutgraphandroid-graphview

How to draw custom graphs in Android?


Here is an example of a graph:

Graph image

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


Solution

  • jjoe64/GraphView can be used in your case.Samples are Also Given.