AS you can see that i am new in android , and i am in problem . In my log-in form when i change orientation of my mobile then filled text in edit-text became loss.
How to retain my text even on changing orientation of mobile.
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.
Use in your android menifest file in your activity:
and in your activity file handle your orientation change case like this:
Hope it will help you.