Is it possible to successfully use Sqlite on Android without also having to use a ContentProvider?
Can someone show me a sample that doesn’t use ContentProvider?
And if it is indeed true that Sqlite can be successfully used without it, what are examples of cases where ContentProvider would be necessary?
This site does an excellent job describing how to use SQLite in Android without managing to ever once use the term ‘ContentProvider.’
A simple Google search such as
Android SQLite tutorial -"ContentProvider"will show many many more examples.Google is your friend.