Stop List CursorAdapter for updating
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?
精彩评论