How i can create a slide for activities with next and back 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 i can create a slide for activities with next and back button in android studio ??

How i can create a slide for activities with next and back button in android studio ??

23rd Apr 2018, 6:43 AM
Achabi Ismail
Achabi Ismail - avatar
1 Réponse
+ 4
Go through this tutorial: https://developer.android.com/training/animation/screen-slide.html It slides between activities on swipe with fingers, but you can set an event listener (onClickListener) for slide to take place. I hope you'd be able to do it yourself :)
23rd Apr 2018, 6:56 AM
Dev
Dev - avatar