Android Open Source - Development rss RSSDemo






Project Summary

A simple demonstration of an RSS reader for Android..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of RSSDemo.

ItemValue
Java File Count12
Supported screen sizes[mdpi, ldpi, xxhdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version8
Activity Count4
jar files usedandroid-support-v4.jar
commons-validator-1.4.0.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Resource Files

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.

null

Java Source Files

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