Search code examples
Why can't I use suspend modifier in dao's @Insert in room database?...

androidkotlinandroid-sqliteandroid-roomandroid-database

Read More
SQLite: No Such Table Error Android P problem...

androidsqliteandroid-sqliteandroid-databaseandroid-9.0-pie

Read More
How to attach filled Sqlite DB to App with Kotlin and android studio...

androidandroid-studiokotlinandroid-sqliteandroid-room

Read More
How do i insert data to SQLite database at the beginning of the Table?...

javaandroidsqliteandroid-sqlite

Read More
How to get balance according date and ID for every customer_id and currency_id using INNER JOIN...

sqlitejoingroup-bysumandroid-sqlite

Read More
how to get balance per recored in sqlite...

sqlitegroup-bysumandroid-sqlitewindow-functions

Read More
Update multiple rows with independent conditions in SQLITE...

androidsqlitesql-updateandroid-sqliteandroid-room

Read More
Problem executing android SQLITE query (alternative of SQL query)...

sqlsqliteandroid-sqlite

Read More
Create VIEW using my SQLiteDatabase.execSQL(String, Object[])...

androidandroid-sqlite

Read More
How to filter by dates stored as TEXT?...

androidsqlitedateandroid-sqlitedatefilter

Read More
Sorting list with repository and ViewModel...

androidkotlinandroid-sqliteandroid-room

Read More
My app closes when I pass from main activity to another...

javasqliteandroid-activityandroid-sqlite

Read More
Android Room, how to save an entity with one of the variables being a sealed class object...

androidkotlinandroid-sqliteandroid-roomsealed-class

Read More
Android Room Unique Constraint Not Working...

javaandroidsqliteandroid-sqliteandroid-room

Read More
Data Registration to database and validation from database Sqlite won't work...

javaandroidandroid-sqlitesqliteopenhelper

Read More
Android getting database disk image is malformed (code 11) error...

androidandroid-sqlitesqliteopenhelper

Read More
SQLite Room request, get value if found, or MAX(value)+1 if not...

sqlitemaxandroid-sqlitecoalesce

Read More
Where in Kotlin Android project folder to copy a SQLite database file?...

kotlinandroid-sqlite

Read More
Do I need to name every column in sqlite?...

android-sqlite

Read More
no such column error, but I made the column...

javaandroid-sqlite

Read More
How to call a query when the app is run for the first time in Android Studio...

javaandroid-studioandroid-sqlite

Read More
Why can't I create second table?...

javaandroidsqliteandroid-sqlite

Read More
Recyclerview list item vanishes after closing and restarting app. KOTLIN...

kotlinandroid-recyclerviewandroid-sqliteundosnackbar

Read More
MVVM - get context in a Model class...

javaandroidmvvmandroid-sqliteviewmodel

Read More
How to implement undo swipe and reinsert recently deleted item KOTLIN...

kotlinandroid-sqliteundosnackbar

Read More
List tables that are made by the user/developer and not by SQLite itself...

sqliteandroid-sqlite

Read More
Inserted data not being shown in the database...

androidsqlitekotlinandroid-sqlite

Read More
What id of the item we need to put when adding item in SQLite through Room? Android...

androidsqliteandroid-sqliteandroid-room

Read More
Query for existing rows with composite primary key in android sqlite...

androidsqliteandroid-sqliteandroid-roomsql-in

Read More
How can I reduce code duplication for multiple tables?...

javaandroidandroid-sqliteboilerplate

Read More
BackNext