Which flag to use in SimpleCursorAdapter?

Viewed 6372

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?

1 Answers
Related