At the moment, I know 2 methods for interacting with the databaseusing openOrCreateDatabase () or extending the SQLiteOpenHelper class!What is better to use and why?
I can remember using the SQLiteOpenHelper class in the Google Notepad Primerso this is apparently "recommended" in the database.Some opinions: Link , LinkAlso take a look at the api to compare each other:SQLiteOpenHelper , openOrCreateDatabase
openOrCreateDatabase(), .
openOrCreateDatabase()
Source: https://habr.com/ru/post/1779926/More articles:WebView and capturePicture splash output - androiddrawRect: speed and CGContextDrawRadialGradient (super slow?) - iosUL Style with Sprite Image - htmlNaming variables inside nested lists in Python? - pythonWhat are some good, open source, cross-platform game engines? - c ++The problem with creating a database in SQLite on Android - androidHow to adjust the accuracy of chart management? - windowsFacebook Authentication API - facebookPython source file organization - pythonSending structure with char pointer inside? - cAll Articles