Hai, in my calculator app when i click on calculate button result is appearing normally, but when i change the orientation calculated result is disappearing.
Share
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.
Please see this example on how to save the state of your Activity using a Bundle. First you have to override the onSaveInstanceState method.
In the onCreate method you can then restore the state of your instance from the saved Bundle.