sir, how can i refresh my custom listview using baseadapter. i don\'t know what to place, or where to place it in my code. please help me. thanks in advance
Simply with BaseAdapter, no need to use context
listsOfNotes.remove(listsOfNotes.get(position)); notifyDataSetChanged();
just place this code on setOnClickListner
setOnClickListner