当前位置:   article > 正文

Fagmentation使用流程_me.yokeyword.fragmentation tab

me.yokeyword.fragmentation tab

gihub的连接

实现微信切换界面:

1.添加依赖

compile 'me.yokeyword:fragmentation:最新版'

2.将rootFragment放入Activity中

loadRootFragment(id,fragment)

3.实现tab点击切换Fagment
loadMultipleFaragment(id,fragment ...)

4.显示和隐藏Fagment

showHideFragment(showFragment,hideFragment)

时间可滑动切换Fragment:

1.添加依赖

compile 'me.yokeyword:fragmentation:最新版'

2.将rootFragment放入Activity中

loadRootFragment(id,fragment) 在Fagment布局中添加Viewpager和tablayout

3.编写FragmentPagerAdapter
返回fragment和标题

4.将viewpager和tablayout,fargmentpageradapter相关联

viewPager.setAdapter(new FargmentPagerAdapter(getChildFragmentManager(),String titles))

tablayout.setupWithViewPager(viewPager)

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号