I want to do something simple on android app. How is it possible to go back to a previous activity.
What code do I need to go back to previous activity
Got the same problem and
finish(); OR super.onBackPressed();
worked fine for me, both worked same, but no luck with return
return