ArrayList page that opens as a result page after update and save. I guess i would need to somehow refresh with invalidate() so that it reflects the changes on the UI. is it good way to refresh?
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.
Not sure about
invalidate(), but as far as I know when a ListView is updated you should callnotifyDataSetChanged()to refresh it and reflect changes on UI.