how to slide one tab to another tab using button in android studio | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

27th Jul 2018, 9:13 AM
gayan dananjaya
gayan dananjaya - avatar
1 Answer
+ 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.
27th Jul 2018, 9:28 AM
Shamima Yasmin
Shamima Yasmin - avatar