I am trying to redraw a custom listActivity row when returning from a
sub activity in which i call startActivityForResult.  I get the
callback to onActivityResult, however nothing i've tried results in
calling the custom ArrayAdatper which has the getView function i need
called to refresh the data.  I've tried invalidate (which should be
calling redraw - i think), invalidate, and now postinvalidate because
i read that if its not in the main UI-thread, you should use
postinvalidate instead of invalidate.  Any tips on this one?

-- 
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