[android-beginners] Re: onListItemClick() does not work if I extend ArrayAdapter

2009-06-08 Thread Romain Guy
It has nothing to do with extending ArrayAdapter. It must be because your list items contain focusable elements. On Mon, Jun 8, 2009 at 10:04 AM, xinitgerard.pa...@gmail.com wrote: Hi, I am a bit puzzled, because it seems that if I extend ArrayAdapter then onListItemClick will not fire.

[android-beginners] Re: onListItemClick() does not work if I extend ArrayAdapter

2009-06-08 Thread xinit
Thank you !!! Yes that was my mistake. On Jun 8, 7:01 pm, Romain Guy romain...@google.com wrote: It has nothing to do with extending ArrayAdapter. It must be because your list items contain focusable elements. On Mon, Jun 8, 2009 at 10:04 AM, xinitgerard.pa...@gmail.com wrote: Hi,