android - CursorLoader & SQLite without Content Provider
问题 I know this has been discussed yet I wanted to ask about the current state of the matter. Do i have to create a ContentProvider to use CursorLoader in connection with a sqlite database? I found CursorLoader usage without ContentProvider Looks exactly what I was hoping for yet as Emmby commented Users should be aware of one limitation, which is that it has no mechanism to refresh on data changes (as Loaders are supposed to do) So another solution is mentioned https://github.com/commonsguy/cwac