ViewPager和FragmentPagerAdapter
2016-10-10 本文已影响11人
suxiliu
1.先创建xml资源文件和4个Fragment
Paste_Image.png4个Fragment
Paste_Image.png2.MyFragmentPagerAdapter继承FragmentPagerAdapter重写3个方法,重写一个构造函数传递fragment和title集合
Paste_Image.png3.Activity中的代码
Paste_Image.png代码运行图
Paste_Image.png