code_finder
code_finder

Reputation: 1370

How to get graph view in android?

I am developing an app where i need to represent some set of values in linear graph view. I don't have any idea how to display set of values in graphical view in android. Are there any plugins to create these graph view.

Can anyone suggest me where to start to display some set of values in graphical view in android.

Upvotes: 1

Views: 2378

Answers (2)

brianestey
brianestey

Reputation: 8302

I have had some success generating line graphs with multiple lines in realtime with AndroidPlot.

Upvotes: 1

D-Dᴙum
D-Dᴙum

Reputation: 7890

GraphView might be of use to you.

Upvotes: 3

Related Questions