A sample image app for android, download image list from server, display with functions.
ImageSample is hosted in the following web site
https://github.com/zlei/ImageSample
If you think the Android project ImageSample 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 ImageSample.
Item | Value |
---|---|
Java File Count | 9 |
Target SDK Version | 17 |
Minimum SDK Version | 5 |
Activity Count | 3 |
jar files used | android-support-v4.jar imageviewtouch.jar universal-image-loader-1.8.6-with-sources.jar |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
ImageSample has the following Java source files.
com.example.imagesample.AbsListViewBaseActivity.java com.example.imagesample.BaseActivity.java com.example.imagesample.Constants.java com.example.imagesample.HomeActivity.java com.example.imagesample.ImageListActivity.java com.example.imagesample.ImagePagerActivity.java com.example.log.ISLog.java com.example.parseJSON.ParseJSON.java com.example.parseJSON.ServerImageList.java