Not if the views inside each item handle clicks themselves. E.g. if you have a button within each item, then each of those buttons will handle clicks and 'eat' the event. The buttons' parent view, the view that is the actual item, will never see this click.
On Sep 25, 5:56 pm, "lf.hl" <[email protected]> wrote: > Hi, > > so onItemClickListener does not fire on views inside one row? > > I would like to handle all UI events in a central point and expected > to do this in onItemClickListener. > > Thanks and best, > > lf.hl > > On 24 Sep., 21:46, Streets Of Boston <[email protected]> wrote: > > > > > Make all the views (that you don't want to have reacting to a click) > > in your list-items non-clickable. > > > On Sep 24, 3:06 pm, "lf.hl" <[email protected]> wrote: > > > > I have a custom AdapterAdapter<MyObject> and my onItemClickListener > > > does not fire when other views(buttons, etc. ) are in a row. > > > > Who has working code. > > > > Thanks in advance and best, > > > >lf.hl- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

