A simple demonstration of an RSS reader for Android..
RSSDemo is hosted in the following web site
https://github.com/iwhitfield/RSSDemo
If you think the Android project RSSDemo 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 RSSDemo.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [mdpi, ldpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 4 |
jar files used | android-support-v4.jar commons-validator-1.4.0.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 1 image files in RSSDemo. The names of the image files are listed as follows.
ic_action_refresh.png
The following screenshort is generated from the image listed above.
RSSDemo has the following Java source files.
com.zackehh.rssdemo.InitActivity.java com.zackehh.rssdemo.ListActivity.java com.zackehh.rssdemo.ListAdapter.java com.zackehh.rssdemo.OfflineActivity.java com.zackehh.rssdemo.PostActivity.java com.zackehh.rssdemo.parser.DOMParser.java com.zackehh.rssdemo.parser.RSSFeed.java com.zackehh.rssdemo.parser.RSSItem.java com.zackehh.rssdemo.parser.RSSUtil.java com.zackehh.rssdemo.util.InlineBrowser.java com.zackehh.rssdemo.util.LoadRSSFeed.java com.zackehh.rssdemo.util.WriteObjectFile.java