Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change activity with left-right swipe

How to change activity with left-right swipe?

I did not find the manual anywhere.

Example:

enter image description here enter image description here

like image 490
Klara Avatar asked Feb 19 '13 18:02

Klara


People also ask

How do I change the right swipe?

Scroll down to Settings and tap. Tap General settings. Scroll to Email swipe actions and tap. Tap Change next to the right swipe and left swipe, and pick the action you'd like to occur when you swipe.

How do I move back activity on Android?

Navigate to the app > res > layout > activity_main. xml and add the below code to that file. Below is the code for the activity_main. xml file.


1 Answers

Regarding your first link, its called ViewPager.

Follow one of the awesome tutorial it will definitely help.

like image 146
moDev Avatar answered Oct 16 '22 06:10

moDev