My App widget has a TextView that it’s text changes in interaction with user.Now how I can Retrieve Text from it in run time?
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.
You can’t. App widgets are write-only: you can push data to them, but you cannot read them.
Instead, when you update your app widget with new text, you will need to store that text somewhere, perhaps in a file.