Application developed to demonstrate the use of SQLite within an Android application. An example of access using SQLiteOpenHelper is shown, another example uses a Content Provider for remote access to the data, and finally an ORM library called ORMLite will be used for access to this database. It is built in Android Studio 3.5.3 with Android 9 and in Kotlin language
Show More