Android Pattern ViewPager Example using Universal Image Loader.
android-pattern-viewpager is hosted in the following web site
https://github.com/armandopadilla/android-pattern-viewpager
If you think the Android project android-pattern-viewpager 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-pattern-viewpager.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [mdpi] |
Activity Count | 2 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 3 image files in android-pattern-viewpager. The names of the image files are listed as follows.
ic_empty.png ic_error.png ic_stub.png
The following screenshort is generated from the image listed above.
android-pattern-viewpager has the following Java source files.
com.wiredpanda.viewpagerexample.ApplicationTest.java com.wiredpanda.viewpagerexample.Constants.java com.wiredpanda.viewpagerexample.UILApplication.java com.wiredpanda.viewpagerexample.activity.HomeActivity.java com.wiredpanda.viewpagerexample.activity.SimpleImageActivity.java com.wiredpanda.viewpagerexample.fragment.BaseFragment.java com.wiredpanda.viewpagerexample.fragment.ImagePagerFragment.java com.wiredpanda.viewpagerexample.widget.UILWidgetProvider.java