Actually in my list activity,when user taps on any item ,a dialog box is opened with two options of delete and cancel.When user select delete button the dialog dismisses with deleting value in database.And the old list activity comes in foreground with old values.Though it is deleted it is showing in listview.Is there a way to show the refreshed list.If yes,then How?
Share
If you are using array list then you must definitely know the item position and using that position you can remove item from your list .Then call the
run your program to watch the magic.