I also want to remove an item from a listview. I am using a simplecursoradapter. I store the id of each item in a textview which is invisible. I want to access the id of the item that has been selected by getting the text of this textview and converting it into a long. Then I will remove the item with that id. How do I access the text of a textview of the item in the listview that has been selected? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

