Skip to content

In order to create a database you just need to call this method openOrCreateDatabase with your database name and mode as a parameter. It returns an instance of SQLite database which you have to receive in your own object

License

Notifications You must be signed in to change notification settings

dvinfosys/sqlite-database-in-android-example

Repository files navigation

sqlite database in android example

About

In order to create a database you just need to call this method openOrCreateDatabase with your database name and mode as a parameter. It returns an instance of SQLite database which you have to receive in your own object

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages