how to use a ViewPager in a fragment

前端 未结 4 1673
甜味超标
甜味超标 2021-01-14 15:29

I download a project about ViewPager and CirclePageIndicator. It works well on my tablet and its code is :

Test1Activity.java:

TestFragmentAdapter mA         


        
4条回答
  •  长发绾君心
    2021-01-14 15:46

    Check the fragment extends class it should be imported from android.support.v4.app.Fragment Not android.app.Fragment

提交回复
热议问题