Shows a facebook-like feed that uses the volley library to pull and parse JSON data.
Android_Hive_Facebook_Style_Feed_With_Volley is hosted in the following web site
https://github.com/PGMacDesign/Android_Hive_Facebook_Style_Feed_With_Volley
If you think the Android project Android_Hive_Facebook_Style_Feed_With_Volley 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 Android_Hive_Facebook_Style_Feed_With_Volley.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 19 |
Minimum SDK Version | 11 |
Activity Count | 1 |
jar files used | android-support-v4.jar volley.jar |
Required Permissions | android.permission.INTERNET |
Android_Hive_Facebook_Style_Feed_With_Volley has the following Java source files.
com.pgmacdesign.androidhive_facebookstylefeedwithvolley.FeedImageView.java com.pgmacdesign.androidhive_facebookstylefeedwithvolley.MainActivity.java com.pgmacdesign.androidhive_facebookstylefeedwithvolley.adapter.FeedListAdapter.java com.pgmacdesign.androidhive_facebookstylefeedwithvolley.app.AppController.java com.pgmacdesign.androidhive_facebookstylefeedwithvolley.data.FeedItem.java com.pgmacdesign.androidhive_facebookstylefeedwithvolley.volley.LruBitmapCache.java