Draw A Distribution Graph In Android
I want to draw a simple graph like this in android. Can it be drawn without the help of any external jar. Please give some solution.I have searched a lot but unable to get any info
Solution 1:
Here's a project developed by developers to display different charts in android...
http://code.google.com/p/chartdroid/
http://code.google.com/p/chartdroid/wiki/Screenshots
EDIT:-
The below link will also help you.See the last answer posted by Pied Piper
https://stackoverflow.com/questions/424752/any-good-graphing-packages-for-android
Solution 2:
Just use Android built-in 2D libraries. Here's good example to get you started:
Solution 3:
yas.. we can draw with the help of paint and canvas on to a BitMap.
Post a Comment for "Draw A Distribution Graph In Android"