I am using a ViewPager to implement swiping in my android app. However, I would like the previous fragment to be shown when the user uses the back button instead of ending the activity. Is there any way to do that?
Thanks
Sebastian
I am using a ViewPager to implement swiping in my android app. However, I
Share
Override the functionality of your
Activity: