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..
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.
The following table is the detailed list of RssReader.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
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