I am calling the setSelection for my ListView using View#post. It
seems like many a time the looper exits and, therefore, the
setSelection is not always called. This creates an ambiguous UI
experience. To circumvent the problem, for the time being, I did a
while ( ! View.post() ). Though this works, clearly, this is just a
quick fix. I would like to know if there is any better way of doing
it, or is it guaranteed that a new looper would always be invoked?

Thanks,

Lakshmie

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