Hi all, I am developing one application in that I am reading data from
database and display it in  list using SimpleCursorAdapter class. Last
time when I had not used SimpleCursorAdapter class then that time list
is not update instantly therefore this time I am using
SimpleCursorAdapter.

         But this time is also there is new issue. If suppose there
are 4 list item and suppose using contectMenu I show option to delete
particular item from list. If i delete that item then list is updated
succesfully, but if suppose I want to go back then I want to click on
back button 2 times(instead of one). If I deleted 5 items then I have
to click 6 times to go back.

           How to handle this problem?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en

Reply via email to