I'm currently planning out my first Android app: To start, all it's going to do is display a bunch of images specified by an ATOM or RSS feed in a GridView. The UI part seems to be easy enough because the Gridview is very well documented, and there's even example code to do almost exactly what I want. I'm struggling on the feed parsing side - there's almost no mention of how to do networking tasks in the Android developer's site (I guess that's because all the basic Java networking stuff works on Android).
I'm stuck on finding a good way to parse a feed in Android - I'd expect that given the importance of Atom to Google there's probably a really easy way of dealing with Atom and other common Gdata protocols - but I've been searching through the Android docs and I've not found how to do it. Could anybody point me to some docs or examples of any of the following: * Parsing a well-formed RSS or ATOM feed * Querying gdata directly (e.g. Calendar)
-- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android 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

