android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug ViewPager2 with FragmentStateAdapter createFragment

ArcherEmiya05 opened this issue · comments

I am implementing ViewPager2 with FragmentStateAdapter since FragmentPagerAdapter is already deprecated but createFragment() is being called 1 time only regardless of how many item count is in getItemCount. Full issue is here in SO