I am a newbie in android, i am developing an app in which i am scanning NFC card and matching the resultant string of NFC with the values in the list. So what i want is when a result of NFC matches any of the list item , the matched list item(list row) should be deleted. Below is the code for the custom list view:I am a newbie in android, i am developing an ap