I am using a customised BaseAdapter to display items on a ListView. The items are just strings held in an ArrayList.
The list items have a delete button on them (big red
you need to implement OnItemClickListener interface, and delete the item in the onItemClick method, one parameter of the method is the position.