I'm using the EndlessAdapter
to load a list of users from network and now I want to set the event onLongClick on each item of the list but I can't. I have set the onClick
but if I implement the onLongClick
it never launches this event and is launched the normal onClick
event instead of onLongClick
.
Thank you very much!