[android-developers] Charting in Android?

2010-01-07 Thread to...@webpro.com
Hey, I was wondering how charting works with android. Can I use the google chart api or would I have to use something like aiCharts http://www.artfulbits.com/Android/aiCharts.aspx -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] API Terms of Use

2010-01-05 Thread to...@webpro.com
Hey I have a question about the maps API terms of use and I was hoping someone could clerify this for me or tell me where I should be asking this question. The following section: 9.1 Free, Public Accessibility to Your Maps API Implementation. Your Maps API Implementation must be generally

[android-developers] Android SqlLite DB?

2010-01-03 Thread to...@webpro.com
Hi, I am new to the Android Development process and I have on question. Is there a way to access a non local sqlLite server or do the db's have to be kept on the phone itself? If so what would be the best way to pull data from an external db? Write a server side app that pulls the data from the db