protected void onListItemClick (ListView l, View v, int position, long id)
The normal method works fine for me but is there also a method for a long click? Since I am on a ListActivity I cant use:
listview.setOnItemLongClickListener(new OnItemLongClickListener()
because i cant initialize listView bc of ListActivity.
OK I found a nice solution for it: