Android app to test Volley capabilities to do networking..
VolleyTest is hosted in the following web site
https://github.com/lucaslabs/VolleyTest
If you think the Android project VolleyTest 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 VolleyTest.
Item | Value |
---|---|
Java File Count | 24 |
Target SDK Version | 18 |
Minimum SDK Version | 7 |
Activity Count | 6 |
jar files used | android-support-v4.jar google-play-services.jar gson-2.2.4.jar volley.jar |
Required Permissions | android.permission.INTERNET android.permission.RECEIVE_BOOT_COMPLETED |
VolleyTest has the following Java source files.
com.lmn.volleytest.VolleyTestApp.java com.lmn.volleytest.activity.DynamicPhotoListActivity.java com.lmn.volleytest.activity.GetGsonProfileActivity.java com.lmn.volleytest.activity.GetJsonProfileActivity.java com.lmn.volleytest.activity.GetProfilePictureActivity.java com.lmn.volleytest.activity.MainActivity.java com.lmn.volleytest.activity.PostJsonProfileActivity.java com.lmn.volleytest.activity.RequestActivity.java com.lmn.volleytest.adapter.PicasaPhotoAdapter.java com.lmn.volleytest.model.FacebookProfile.java com.lmn.volleytest.model.picasa.Entry.java com.lmn.volleytest.model.picasa.EntryMediaGroup.java com.lmn.volleytest.model.picasa.Feed.java com.lmn.volleytest.model.picasa.MediaGroupContent.java com.lmn.volleytest.model.picasa.MediaGroupCredit.java com.lmn.volleytest.model.picasa.PicasaPhoto.java com.lmn.volleytest.model.picasa.PicasaResponse.java com.lmn.volleytest.receiver.MyAlarmReceiver.java com.lmn.volleytest.receiver.MyBootReceiver.java com.lmn.volleytest.util.Constants.java com.lmn.volleytest.util.image.BitmapLruImageCache.java com.lmn.volleytest.util.image.ImageLoaderManager.java com.lmn.volleytest.util.request.GsonRequest.java com.lmn.volleytest.util.request.RequestManager.java