Olaf Encke wrote: > Does anyone know if there is an Android class available or planned > that provides a charting engine similar to the Google Chart API?
Available? No. Planned? My guess is no, only because few applications need charting and the bigger the operating system, the more expensive it is to put it on a phone. But, I could be wrong. > I do not want to use the Google Chart API itself or other cloud based > solutions since I think it would be a bad user experience and a big > trust issue if the user is forced to allow web access to each little > app that wouldn't need it otherwise and then living in fear of it > phoning home or connecting to the cloud more than necessary and thus > draining the monthly online traffic quota. Ummm...OK. There are plenty of Java charting solutions out there, some for Swing, some that generate graphics on the server side, that you are welcome to port to work with Android and its Canvas model. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.3 Published! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

