0
How to set zoom for viewPager(Fragments)?
How to set zoom (the whole layout) for viewPager(Fragments)?
2 Answers
+ 4
You need to write a class which inherit FragmentPagerAdapter(initial your Fragments in this class), then create an instance of this class, put it into ViewPager by setAdapter() method.
+ 1
thank you. this sounds quite difficult :) now im facing another issue. is there any other way i can contact you?