Description: This is a low version of Android devices compatible software package Google official provided us, which encapsulated the only Android 3.0 and above can use api. And viewpager is one of them use it, we can do many things, the most simple navigation, to the page menu, and so on. Then how to use it, and LisstView similar, we also need an adapter, he is PagerAdapter
To Search:
File list (Check if you may need any files):
android_viewpager
.................\.classpath
.................\.project
.................\AndroidManifest.xml
.................\assets
.................\bin
.................\...\android_viewpager.apk
.................\...\AndroidManifest.xml
.................\...\classes
.................\...\.......\com
.................\...\.......\...\example
.................\...\.......\...\.......\android_viewpager
.................\...\.......\...\.......\.................\BuildConfig.class
.................\...\.......\...\.......\.................\Fragment1.class
.................\...\.......\...\.......\.................\Fragment2.class
.................\...\.......\...\.......\.................\Fragment3.class
.................\...\.......\...\.......\.................\Fragment4.class
.................\...\.......\...\.......\.................\MainActivity.class
.................\...\.......\...\.......\.................\MyFragmentPagerAdapter.class
.................\...\.......\...\.......\.................\MyFragmentPagerAdapter2.class
.................\...\.......\...\.......\.................\MyViewPagerAdapter.class
.................\...\.......\...\.......\.................\R$attr.class
.................\...\.......\...\.......\.................\R$dimen.class
.................\...\.......\...\.......\.................\R$drawable.class
.................\...\.......\...\.......\.................\R$id.class
.................\...\.......\...\.......\.................\R$layout.class
.................\...\.......\...\.......\.................\R$menu.class
.................\...\.......\...\.......\.................\R$string.class
.................\...\.......\...\.......\.................\R$style.class
.................\...\.......\...\.......\.................\R.class
.................\...\classes.dex
.................\...\dexedLibs
.................\...\.........\android-support-v4-1c4ff1720a8de831a6d02348de89a540.jar
.................\...\res
.................\...\...\crunch
.................\...\...\......\drawable-hdpi
.................\...\...\......\.............\ic_launcher.png
.................\...\...\......\drawable-mdpi
.................\...\...\......\.............\ic_launcher.png
.................\...\...\......\drawable-xhdpi
.................\...\...\......\..............\ic_launcher.png
.................\...\...\......\drawable-xxhdpi
.................\...\...\......\...............\ic_launcher.png
.................\...\resources.ap_
.................\gen
.................\...\com
.................\...\...\example
.................\...\...\.......\android_viewpager
.................\...\...\.......\.................\BuildConfig.java
.................\...\...\.......\.................\R.java
.................\ic_launcher-web.png
.................\libs
.................\....\android-support-v4.jar
.................\proguard-project.txt
.................\project.properties
.................\res
.................\...\drawable-hdpi
.................\...\.............\ic_launcher.png
.................\...\drawable-ldpi
.................\...\drawable-mdpi
.................\...\.............\ic_launcher.png
.................\...\drawable-xhdpi
.................\...\..............\ic_launcher.png
.................\...\drawable-xxhdpi
.................\...\...............\ic_launcher.png
.................\...\layout
.................\...\......\activity_main.xml
.................\...\......\fragment_main.xml
.................\...\......\main.xml
.................\...\......\view1.xml
.................\...\......\view2.xml
.................\...\......\view3.xml
.................\...\......\view4.xml
.................\...\menu
.................\...\....\main.xml
.................\...\values
.................\...\......\dimens.xml
.................\...\......\strings.xml
.................\...\......\styles.xml
.................\...\values-v11
.................\...\..........\styles.xml
.................\...\values-v14
.................\...\..........\styles.xml
.................\...\values-w820dp
.................\..