Junior
What function must be overridden in ViewPager?
sobes.tech AI
Answer from AI
instantiateItem and destroyItem in PagerAdapter for creating and removing pages.
sobes.tech AI
Answer from AI
instantiateItem and destroyItem in PagerAdapter for creating and removing pages.