想要了解Android新版本的的新特性,从头开始吧,这是Android3.0新加入的widget,以前也接触过,但是没有好好的研究过,今天写了一个小程序,研究一下ViewPager. 这个程序是支持左右滑动的View,核心是ViewPager.讲解都在注释中进行. 代码如下: MainActivity.java: package com.android3; import android.annotation.SuppressLint; import android.content.Intent;…