Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 585 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 585 Bytes

ViewPager2 Example

Generate APK

Demo

Example

  • ViewPager2 + FragmentStateAdapter + Transformer
  • Back pressed handling
  • Fix scroll conflict with RecyclerView(Horizontal and Vertical)
  • Fix scroll conflict with WebView
  • Prevent Swiping of ViewPager2 when onTouch of inner view
  • Dynamically add and remove fragment
  • ...