How to add swipe left or right in Tabs of tab layout when implemented using Navigation Architecture component

1k views Asked by At

One way to implement swipe in Tabs of TabLayout is using viewpager. Using navigation architecture component for navigation it is not clear how to use viewpager. If we are not using viewpager, what is the recommended way to implement swipe left or right in tabs of TabLayout.

0

There are 0 answers