Hi All,
I am using one class which extends ListActivity and One class extending BaseAdapter. The Base Adapter uses getView function to inflate layout from xml. The xml contains a text and a button to delete the row of list. Please let me know how to handle the button click in the ListActivity class. Send me a sample snapshot Thanks