文件名称:android_viewpager
介绍说明--下载内容均来自于网络,请自行研究使用
这是谷歌官方给我们提供的一个兼容低版本安卓设备的软件包,里面包囊了只有在安卓3.0以上可以使用的api。而viewpager就是其中之一利用它,我们可以做很多事情,从最简单的导航,到页面菜单等等。那如何使用它呢,与LisstView类似,我们也需要一个适配器,他就是PagerAdapter-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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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
.................\..