Used Arrayadapter to display elements on listview which are stored in a database. Now I want to delete items from both listview as well database. Please help me to solve it.
Used Arrayadapter to display elements on listview which are stored in a database. Now
Share
Here is my code:
I could not able to do that because I am adding only bookmark string to the listview. I have pasted my code which will fetch data from DB and add to listview. Now my code will work like if I click on delete will delete all items on DB but listview count will toast as same value as it hold but wont display any data on listview.