Example RSS Reader Android app - walkthrough of custom RSS parser.
AndroidRssReader is hosted in the following web site
https://github.com/robhinds/AndroidRssReader
If you think the Android project AndroidRssReader 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 AndroidRssReader.
Item | Value |
---|---|
Java File Count | 5 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET |
There are 1 image files in AndroidRssReader. The names of the image files are listed as follows.
speech_bubble_right.png
The following screenshort is generated from the image listed above.
AndroidRssReader has the following Java source files.
com.tmm.android.rssreader.RssActivity.java com.tmm.android.rssreader.RssListAdapter.java com.tmm.android.rssreader.reader.RssReader.java com.tmm.android.rssreader.util.Article.java com.tmm.android.rssreader.util.RSSHandler.java