Hi Steve, I have used Google Chart Api to display the chart in my Application.
URL: http://chart.apis.google.com/chart?chs=300x225&chd=t:9,16,51,51,51,52,58,59,61,62,63,67,69,69,69,72,74,74,89,93,96,98,100,100|4,8,12,16,20,25,29,33,37,41,45,50,54,58,62,66,70,75,79,83,87,91,95,100&cht=lxy&chxt=x,y&chxr=0,0,155|1,0,24 The values in this url are been hard coded . You can dynamically generate the values from the database. I have used SQLite database. This is one of the way to incoperate Graphing in Android. Using Swing programming i am not sure how it is been done as AWT is not been supported in Android. On Dec 29, 10:19 pm, Steve <[email protected]> wrote: > On Nov 9, 12:51 pm, Mark Murphy <[email protected]> wrote: > > > It should be possible to write or port such an API, but most of > > the off-the-shelf solutions for Javagraphingon-screen will be assuming > > AWT/Swing and notAndroid. > > Has anyone written a guide for Swing programmers for working > withAndroid'sAPIs? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

