Re: [android-developers] Re: Detecting flings in a ListActivity containing non-simple views

2010-11-17 Thread neena hr
On Sun, Nov 14, 2010 at 10:40 AM, Dianne Hackborn hack...@android.comwrote: Does this work if the layout is used outside of a list view? On Sat, Nov 13, 2010 at 12:29 PM, FractalBob ruom...@gmail.com wrote: On Nov 13, 11:45 am, Dianne Hackborn hack...@android.com wrote: Where are you

[android-developers] Re: Detecting flings in a ListActivity containing non-simple views

2010-11-13 Thread FractalBob
On Nov 13, 11:45 am, Dianne Hackborn hack...@android.com wrote: Where are you attaching your listeners?  Are you taking into account view recycling?  This is not generally something one wants to do in a list view, and if you do go down this path you need to be very careful about

Re: [android-developers] Re: Detecting flings in a ListActivity containing non-simple views

2010-11-13 Thread Dianne Hackborn
Does this work if the layout is used outside of a list view? On Sat, Nov 13, 2010 at 12:29 PM, FractalBob ruom...@gmail.com wrote: On Nov 13, 11:45 am, Dianne Hackborn hack...@android.com wrote: Where are you attaching your listeners? Are you taking into account view recycling? This is