Helo,
I’m using doubleviewpager in my project:
Is there something similar that works with android x?
Helo,
I’m using doubleviewpager in my project:
Is there something similar that works with android x?
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!