This app will parse the feed from local json and show them to list view.
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.
The following table is the detailed list of FeedViewer.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 19 |
Minimum SDK Version | 16 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
Asset File Names | assets\facts.json |
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.
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