When you long click on a list item, the method onItemLongClick should be
called. If you want your own listener, you cannot do that on the stock
listview. Extend and create your own list view and configure a separate
lintener for that.

On Sat, Oct 16, 2010 at 2:39 PM, Simone <simone.russ...@gmail.com> wrote:

> I'll be brief. I have a ListActivity that uses a custom Adapter
> implementing BaseAdapter.
> When I perform a click on an object, the method
> ListActivity.onListItemClick() gets executed.
> Is there a way to execute a different portion of code when I perform a
> LONG click on an item?
> Thanks,
> Simone
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
Kumar Bibek
http://techdroid.kbeanie.com
http://www.kbeanie.com

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to