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

ViewPager2 with FragmentStateAdapter inside Fragment

ArcherEmiya05 opened this issue · comments

I have a parent Fragment that will hold three (3) child Fragments with ViewPager2. I used FragmentStateAdapter but I have this confusing behavior where createFragment is called only once. The whole question here at SO. May someone explain to me what went wrong?