Is there a way of saving data users have entered in an EditText box in the xml itself? I don’t want to have to write Java code to have to grab the entered data and save it.
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 solved this by going a different route to my whole application design. I think it’s out of scope for this question though and is too suited to my particular problem.