[android-developers] Re: Drawing KML using the MapView API

2010-12-11 Thread grennis
Did you ever find an answer to this? I'd like to do the same thing. Thanks for any help... -- 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 unsubscribe from this

[android-developers] Re: Uninstall built-in app

2009-03-05 Thread grennis
Wow, this has to be the single worst idea I have ever heard. Are you planning to re-install the default music player if I uninstall your app? Let me guess... your app is so great nobody would ever want to uninstall it... right... On Mar 5, 9:12 am, shaddu shad...@gmail.com wrote: Hello

[android-developers] How to get auth token (GoogleLoginService?)

2009-03-01 Thread grennis
I'm wondering how to use the GData APIs without requiring the user to type their username and password in my app. The user has to login to the phone, so it doesn't make much sense to me that apps would require them to type it in again. The phone's calendar and gmail apps obviously don't prompt so

[android-developers] SAXParser fails on some RSS feeds

2009-02-28 Thread grennis
I'm using the SAX parser to read some RSS feeds and have found a problem. Some feeds, for example CNN Money Top Stories, have embedded some characters in their content, I.e. the copyright symbol. Well, that's not valid XML and the SAXParser fails with an exception invalid token. The only help I

[android-developers] Different indicators for items in ExpandableListView

2009-02-24 Thread grennis
Hello, I would like to show different indicators for items in the ExpandableListView. Actually, all I want to do is hide the indicator when a group parent item has no children. Anybody know how to do this? Thanks --~--~-~--~~~---~--~~ You received this message