+ All Categories
Home > Documents > Android RSS Reader Tutorial Mobile Computing CSE …cpoellab/teaching/cse40814/RSS... ·  ·...

Android RSS Reader Tutorial Mobile Computing CSE …cpoellab/teaching/cse40814/RSS... ·  ·...

Date post: 24-May-2018
Category:
Upload: vuanh
View: 218 times
Download: 3 times
Share this document with a friend
25
Android RSS Reader Tutorial Mobile Computing CSE 40814 Fall 2012 Nikhil Yadav
Transcript

Android RSS Reader TutorialMobile Computing

CSE 40814Fall 2012

Nikhil Yadav

RSS Feed Reader App.

Build RSS Feed Reader app1. Create new project.

2. Create RSS item class

3. Create an RSS Parse handler Class (SAX Parser used for parsing the RSS (XML) feed)

4. Code RSS Reader Class

5. Create List Listener Class

6. Change Design Layout

7. Coding Activity

8. Set Internet Permission in Android Manifest file

9. Run app

Check out: http://www.ingeniumblog.net/2012/01/making-a-slick-rss-reader-in-android/

For information on multithreading in RSS Feeds

Questions??


Recommended