[android-developers] Re: showing graph in Application

2009-04-11 Thread jj
Here is good solution http://android.arnodenhond.com/graphview --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: showing graph in Application

2009-04-10 Thread Mark Murphy
jj wrote: Hello I want to display graph(time ver distance) in Activity , how should be this achieved in Android. is there any tut available? http://code.google.com/p/bluechart/ http://rapidandroid.org/wiki/Graphing http://www.java4less.com/charts/chart.php?info=android I am sure there are

[android-developers] Re: showing graph in Application

2009-04-10 Thread clark
In the API Demos in the OS section there is a Sensors demo which graphs the sensor data. You may want to take a look at that implementation as well. ~clark On Apr 9, 10:48 pm, jj jagtap...@gmail.com wrote: Hello I want to display graph(time ver distance) in Activity , how should be this

[android-developers] Re: showing graph in Application

2009-04-10 Thread Kirk - Actual Metrics
I'm currently using Google Charts API, but do you know of any solutions that will allow for interactive charts? Thanks, Kirk On Apr 10, 2:07 pm, clark clarkd...@gmail.com wrote: In the API Demos in the OS section there is a Sensors demo which graphs the sensor data.  You may want to take a