Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 615 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 615 Bytes

ViewPager2 Experiments

This project houses a number of Android applications which each demonstrate a particular problem of the ViewPager2 class or a workaround for one of the problems.

The applications in this project are as follows:

  • app1FragmentStateAdapter.notifyDataSetChanged() bug
  • app2FragmentStateAdapter.notifyDataSetChanged() simple workaround
  • app3FragmentStateAdapter.notifyDataSetChanged() alternative workaround
  • app4ViewPager2.offscreenPageLimit bug