I have been working on an open-source (Apache 2.0) Android library to read parts of RSS feeds [1]. The library specifically targets the Android platform by using (Level 1) APIs such as android.net.Uri. The design features stream parsing with SAX. As a result, the memory footprint tends to be smaller compared to an equivalent DOM-based solution. Furthermore, the use of hash tables facilitates the construction of POJOs.
At the time of writing, this new RSS library can be imported into an existing mobile app project with the "android update project" command [2]. Detailed instructions are included in the README. I hope someone finds this library useful in the making of new or the simplification of existing Android apps. Cheers, Alex [1] https://github.com/ahorn/android-rss [2] http://developer.android.com/guide/developing/other-ide.html#libraryProject -- 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

