I've a ListView that uses Cursor adapter and it seems that the list automatically updates when there is new data in db. Occassionally I would want to stop that from happening.
ps notifyDataSetChanged is not called specifically from anywhere Can someone tellme why is it still being updated?