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
I suggest the NavUtils.navigateUpFromSameTask(), it's easy and very simple, you can learn it from the google developer.Wish I could help you!