Android Open Source - Development viewpager CachedViewPagerDemo






Project Summary

[CachedViewPager Demo] - DJun, 2014.3.20 This demo is created by DJun, which can provide a ViewPager with resource used in every page limitedly cached (3 pages cached mechanism)..

Web Site / Source Repository

CachedViewPagerDemo is hosted in the following web site
https://github.com/djun/CachedViewPagerDemo

If you think the Android project CachedViewPagerDemo listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of CachedViewPagerDemo.

ItemValue
Java File Count8
Target SDK Version18
Minimum SDK Version8
Activity Count1
jar files usedandroid-support-v4.jar
Asset File Namesassets\pics\a1.jpg
assets\pics\a2.jpg
assets\pics\a3.jpg
assets\pics\a4.jpg
assets\pics\a5.jpg
Raw File Namesres\raw\r1.jpg
res\raw\r2.jpg
res\raw\r3.jpg
res\raw\r4.jpg
res\raw\r5.jpg




Java Source Files

CachedViewPagerDemo has the following Java source files.

com_dot_52djun.CachedViewPagerDemo.MainActivity.java
com_dot_52djun.CachedViewPagerDemo.MyDataSource.MyDataSource.java
com_dot_52djun.CachedViewPagerDemo.MyDataSource.MyDrawableBitmapSource.java
com_dot_52djun.CachedViewPagerDemo.MyDataSource.MyFileUrlBitmapSource.java
com_dot_52djun.CachedViewPagerDemo.MyDataSource.MyRawBitmapSource.java
com_dot_52djun.CachedViewPagerDemo.MyPageView.MyImageViewWithCache.java
com_dot_52djun.CachedViewPagerDemo.MyPageView.MyPageViewCacheController.java
com_dot_52djun.CachedViewPagerDemo.MyViewPager.MyViewPager.java