美文网首页
ViewPager和FragmentPagerAdapter

ViewPager和FragmentPagerAdapter

作者: suxiliu | 来源:发表于2016-10-10 00:57 被阅读11次

1.先创建xml资源文件和4个Fragment

Paste_Image.png

4个Fragment

Paste_Image.png

2.MyFragmentPagerAdapter继承FragmentPagerAdapter重写3个方法,重写一个构造函数传递fragment和title集合

Paste_Image.png

3.Activity中的代码

Paste_Image.png

代码运行图

Paste_Image.png

相关文章

网友评论

      本文标题:ViewPager和FragmentPagerAdapter

      本文链接:https://www.haomeiwen.com/subject/hzumyttx.html