I have a set of views that are populated with data from an online
database. The context menu has a "refresh" choice that re-reads the
online database and updates some attributes of the views, like setText
and setChecked for some buttons. After the various setTexts and such,
I invalidate the Views. However, they are not immediately redrawn. In
fact, they don't get redrawn at all unless something like a rotation
happens to cause a redraw of the screen. How can I initiate an
immediate redraw after the refresh is complete?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to