On Thu, Jul 19, 2012 at 12:44 PM, Jaison Brooks <jaisonbro...@gmail.com>wrote:

> Do you know of any good RSS reader source code examples of any sort?


I don't, but this is not that complicated.
1 - Connect to website, get input stream.
2 - Feed stream to XmlParser, parse the data.
3 - Convert the xml data to your business objects
4 - Display your list of business objects in a list with a custom adapter.

You should be able to find plenty of examples for each piece on the
interwebbies.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
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 group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to