Android Open Source - UI ListView Parse FeedViewer






Project Summary

This app will parse the feed from local json and show them to list view.

Web Site / Source Repository

FeedViewer is hosted in the following web site
https://github.com/Nishant-S/FeedViewer

If you think the Android project FeedViewer 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 FeedViewer.

ItemValue
Java File Count7
Target SDK Version19
Minimum SDK Version16
Activity Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET
Asset File Namesassets\facts.json




Resource Files

There are 1 image files in FeedViewer. The names of the image files are listed as follows.

bg.png

The following screenshort is generated from the image listed above.

null

Java Source Files

FeedViewer has the following Java source files.

com.cts.feedviewer.FeedAdapter.java
com.cts.feedviewer.FeedViewerActivity.java
com.cts.feedviewer.ImageDownloader.java
com.cts.feedviewer.model.Feed.java
com.cts.feedviewer.model.FeedCollection.java
com.cts.feedviewer.parser.JsonParser.java
com.cts.feedviewer.parser.JsonParserListener.java