created an application that reads XML feeds from a blog and parses these XML data to represent in a list view which holds an article and displays a detailed list view of each article upon a click on a particular article..
FeedReader is hosted in the following web site
https://github.com/akhileshraperthy/FeedReader
If you think the Android project FeedReader 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 FeedReader.
Item | Value |
---|---|
Java File Count | 7 |
Supported screen sizes | [ldpi, mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 3 image files in FeedReader. The names of the image files are listed as follows.
arrow.png failure.png success.png
The following screenshort is generated from the image listed above.
FeedReader has the following Java source files.
com.araperth.xmlfeedreader.DetailedListView.java com.araperth.xmlfeedreader.DialogBox.java com.araperth.xmlfeedreader.DownloadUrl.java com.araperth.xmlfeedreader.LoadXmlData.java com.araperth.xmlfeedreader.MainActivity.java com.araperth.xmlfeedreader.XmlFeedParser.java