On Apr 29, 3:03 pm, Dianne Hackborn <[email protected]> wrote: > On Fri, Apr 29, 2011 at 2:58 PM, Eric <[email protected]> wrote: > You will need to be more specific in what situations where you are touching, > expect something to happen, and it is not. If the platform was just > swallowing touch events at times, well, I think I would know about it.
Let's say the most noticeable one is clicking an item in a list view. Note that my list view updates itself quite often to display realtime data. Do I need to do something special to avoid touch events being lost in the case where my list view is updating 1-2 times a second? I would not think so, because the main thread should not be hijacked by anything. I have all my data processing being done in a BACKGROUND priority thread. -- 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

