I use SimpleCursorAdapter to send data which I read from database to ListView.
SimpleCursorAdapter has 2 flags and one of them is deprecated.
Should I always use FLAG_CONTENT_OBSERVER?
Or is it better to use something else instead of SimpleCursorAdapter?