I have an activity which uses an intent to navigate to a second activity which fills a list(from array.xml for now) using array adapter, a handler and list activity. The idea is to pass some data back to the first activty based on the item selected in the second. My problem is that when i click something on the list using onListItemClick the list seems to get re-rendered again for a split second before returning to the first activity. Clearly I must be doing somethin wrong but I've no idea what. I've tried optimising getView() on the adapter with ViewHolder etc but no dice. Or is this normal and that i need some animations to smooth this out? I'm deploying to AVD at the moment. Any suggestions much appreciated as this is driving me nuts!
-- 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

