Android Open Source - UI ListView Parse RssReader






Project Summary

This application downloads the latest top CNN news stories and parse it, place it in a list view with a button, a press of the button to read the adjacent story..

Web Site / Source Repository

RssReader is hosted in the following web site
https://github.com/clesterb/RssReader

If you think the Android project RssReader listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of RssReader.

ItemValue
Java File Count6
Target SDK Version18
Minimum SDK Version8
Activity Count2
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET




Java Source Files

RssReader has the following Java source files.

com.example.rssreader.ListActivity.java
com.example.rssreader.MainActivity.java
com.example.rssreader.RSSAsyncTask.java
com.example.rssreader.RSSItem.java
com.example.rssreader.RSSItemAdapter.java
com.example.rssreader.RSSPullParser.java