Android: Go back to previous activity

前端 未结 23 1584
抹茶落季
抹茶落季 2020-11-22 06:52

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

23条回答
  •  醉酒成梦
    2020-11-22 07:22

    Besides all the mentioned answers, their is still an alternative way of doing this, lets say you have two classes , class A and class B.

    Class A you have made some activities like checkbox select, printed out some data and intent to class B. Class B, you would like to pass multiple values to class A and maintain the previous state of class A, you can use, try this alternative method or download source code to demonstrate this

    http://whats-online.info/science-and-tutorials/125/Android-maintain-the-previous-state-of-activity-on-intent/

    or

    http://developer.android.com/reference/android/content/Intent.html

提交回复
热议问题