Is there a doubleviewpager for android X?

For AndroidX, you can use two ViewPager2 instances (horizontal and vertical) to replicate DoubleViewPager functionality. ViewPager2 is the recommended alternative and works well with AndroidX. Hope this helps!

1 Like