Top "Android-database" questions

General programmatic usage of databases on Android

How to store the audio/Video file to SQLite database in android.?

Am new to developing, am successfully store the images to database by converting the images in to bytes array and …

android sqlite android-sqlite sqliteopenhelper android-database
Accessing the database of one application from another application

I've built an application and now I want to copy the database of that running application using my new backup …

android android-sqlite android-database
Joining tables in a ROOM database

This is my first ROOM implementation. I have a User class which has a list of Pets as one of …

android sqlite android-room android-architecture-components android-database
SQLiteConnection databases leak when running emulator

I was running the emulator and received the following errors about memory leak. It was interesting that the leaking database …

android memory-leaks android-database
When to save data to database, onPause() or onStop()?

I know this question has been asked a million times, I myself though that I already knew the answer and …

android android-activity android-lifecycle android-database