Android Open Source - UI ListView XML FeedReader






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of FeedReader.

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




Resource Files

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.

null

Java Source Files

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