how to slide one tab to another tab using button in android studio | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 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