0
how to slide one tab to another tab using button in android studio
I have 3frgmmts in android studio.I need to slide between those by setting a quection wth.button
1 ответ
+ 3
Official documentation on fragment transaction: https://developer.android.com/training/basics/fragments/fragment-ui
You'll need to perform the replace operation inside onclick of that button.