how to use a ViewPager in a fragment

前端 未结 4 1645
甜味超标
甜味超标 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 16:02

    Have you try to replace extends Fragment by extends android.support.v4.app.Fragment ?

    When you do this, getFragmentManager() refers to android.support.v4.app.FragmentManager.

提交回复
热议问题