user469652
user469652

Reputation: 51221

How to draw a dynamic line graph in Android ?

I've got a requirement for my application is to draw a line graph that can be changed on the fly. Eg. A heartbeat graph, a graph that represents the temperature etc..

How can I achieve this in a non-JS way on android?

Upvotes: 3

Views: 4727

Answers (1)

Steve Bergamini
Steve Bergamini

Reputation: 14600

I would check out these open source Android graph libraries:

Let us know which one worked for you.

Upvotes: 5

Related Questions