A basic app containing a listview populated with images and text from a JSON feed..
JsonFeedReader is hosted in the following web site
https://github.com/PatrickDattilio/JsonFeedReader
If you think the Android project JsonFeedReader 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 JsonFeedReader.
Item | Value |
---|---|
Java File Count | 9 |
Activity Count | 1 |
jar files used | gson-2.2.4.jar okhttp-1.3.0-jar-with-dependencies.jar picasso-2.2.0.jar |
Required Permissions | android.permission.INTERNET |
JsonFeedReader has the following Java source files.
com.dattilio.reader.FeedReaderActivity.java com.dattilio.reader.network.NetworkService.java com.dattilio.reader.network.ResponseReceiver.java com.dattilio.reader.persist.DBHelper.java com.dattilio.reader.persist.ReaderContentProvider.java com.dattilio.reader.types.Avatar.java com.dattilio.reader.types.FeedItem.java com.dattilio.reader.types.User.java