what is the best method to save settings if i close the app? I know in iOS you can add Entrys for your App in the global Settings Menu. Is there in android anything similar? Or what would be a better solution?
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.
I think your best bet would be SharedPreferences. Which you can read more about data storage here which gives you a nice overview of it, and I think this accomplish exactly what you are trying to do.