I’m haveing some problems with orientation changes. When my app changes its orientation, database is cleared. Is it something I’m doing wrong or is just its default behaivour and I have to restore and save database with onSaveInstanceState()
Thanks
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.
open your manifest.xml file and change Activity<> tag as below: then check