Hi there! I have that difficulty myself, and I tried to make a custom view that could be used to create a graph plotter. It is a bit tricky (not difficult, though), and if you decide to try it, it could be interesting.
However, after a some time coding I found that the effort wasn't rewarding enough for me, so I found a few modules that can solve my (and your) problem: Graph View: http://android.arnodenhond.com/components/graphview Chart droid: http://code.google.com/p/chartdroid/ Android plot: http://androidplot.com/wiki/Home A Chart Engine: http://code.google.com/p/achartengine/ Of the above, the only one I have tried is Graph View, and it is simple and good looking. Too simple for me, however. Hope it helps, Ricardo On Wed, Jan 4, 2012 at 11:52 AM, James Black <[email protected]>wrote: > What have you done on the Canvas class? > On Jan 4, 2012 4:17 AM, "AndroCraze" <[email protected]> wrote: > >> Hi all, >> I am new to android.Need Help in plotting a graph in linear >> pattern, it should show two lines in the graph. >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

