Is there a doubleviewpager for android X?

Helo,

I’m using doubleviewpager in my project:

Is there something similar that works with android x?

2 Likes

Curious about dual ViewPager in AndroidX? Let’s explore the possibilities!

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