I am designing a login based application.i have applied on click on the submit button to go to next view.In the nextview i have back button.I want that when i click on back button view should go back to previous activity
Thanks in advance
Tushar
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Chirag answer is what I would do, but correct me if I am wrong…
Wouldn’it be better to add the flag FLAG_ACTIVITY_REORDER_TO_FRONT:
that’s hat I currently use in my application and would be sure that’s a good idea.
Kind regards