android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.
Apache License 2.0
5.03k stars 3.01k forks source link

ViewPager2 with FragmentStateAdapter inside Fragment #210

Closed ArcherEmiya05 closed 3 years ago

ArcherEmiya05 commented 3 years ago

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?