I’m really confuse that How can I represent fragments as a View (Items) in FragmentPagerAdapter , I’ve three ListFragment and one Activity, How can I represent these fragments to the FragmentPagerAdapter? Any ideas ?!
I’m really confuse that How can I represent fragments as a View (Items) in
Share
Just like the example here states, no? Just extend
FragmentPagerAdapterand return each one of yourListFragments in thegetItem()method: