Sumit Patel
Sumit Patel

Reputation: 2587

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?

Upvotes: 1

Views: 9960

Answers (2)

Ayush
Ayush

Reputation: 3999

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

Upvotes: 3

Raghunandan
Raghunandan

Reputation: 133570

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

Upvotes: 3

Related Questions