Search code examples
What's a minimal way to implement Room Database in Jetpack Compose?...


androidkotlinandroid-room

Read More
Room - Schema export directory is not provided to the annotation processor so we cannot export the s...


javaandroiddatabaseandroid-room

Read More
Composable isn't updating when I change input to the Room using StateFlow and collectAsStateWith...


androidandroid-jetpack-composeandroid-roomkotlin-stateflow

Read More
Problem with database declaration in android Room...


androidkotlinandroid-room

Read More
SQL query to fetch data from three tables...


androidandroid-sqliteandroid-room

Read More
Android Room: manually provided TypeConverter with @ProvidedTypeConverter throws runtime error...


androidandroid-room

Read More
Flutter local database storage...


flutterdartlocal-storagesharedpreferencesandroid-room

Read More
How to make primary key as autoincrement for Room Persistence lib...


androidkotlinandroid-room

Read More
Do I need to mention the coroutine dispatcher while working with Retrofit and Room?...


androidkotlinretrofitandroid-roomkotlin-coroutines

Read More
Room RawQuery in Compose: Cannot access database on the main thread. Need to return a Flow<List&l...


androidkotlinandroid-jetpack-composeandroid-roomkotlin-coroutines

Read More
While adding a new column in database the old data gets lost. How to keep old data even after databa...


androidandroid-roomdatabase-migration

Read More
Room not creating json schema files automatically...


javaandroidsqliteandroid-room

Read More
How to have multiple instances of the same database class (with different database names) using Hilt...


androidkotlindependency-injectionandroid-roomdagger-hilt

Read More
Error in Room and Hilt generated files after migrating from KAPT to KSP in Android project...


androidkotlinandroid-jetpack-composeandroid-roomksp

Read More
Android Room Database - Query validation for success or failure...


androidsqliteandroid-sqliteandroid-roomdao

Read More
com.google.gson.JsonIOException: Abstract classes can't be instantiated! Register an InstanceCre...


androidkotlingsonandroid-roomtypeconverter

Read More
Collecting Flow from Room the correct way...


androidkotlinandroid-jetpack-composeandroid-room

Read More
ROOM Database Query syntax. Query runs correctly directly in Database Inspector but not in ROOM DAO ...


kotlinandroid-roomdatabase-inspector

Read More
Unresolved reference kapt and ksp in Android Studio when trying to do the setup for the use of ROOM ...


androidkotlinandroid-studioandroid-roomkapt

Read More
Android Room Persistence Library: Handling errors...


androidandroid-room

Read More
How to fix "Cannot create an instance of class ViewModel" when using Hilt?...


androidandroid-jetpack-composeandroid-roomviewmodeldagger-hilt

Read More
Jetpack compose breaks Room compiler...


androidandroid-studioandroid-roomandroid-jetpack-compose

Read More
Room cannot find implementation...


androidimplementationandroid-room

Read More
@Update ROOM Database using Jetpack Compose...


kotlinandroid-jetpack-composeandroid-room

Read More
Update some specific field of an entity in android Room...


androidsql-updateandroid-room

Read More
Implementing Room SQLIte in new Thread...


sqliteandroid-room

Read More
Room DB: What does UPSERT returns?...


androidandroid-roomandroid-jetpackandroidx

Read More
How to observe ordering changes to observable query using Room and Compose?...


androidkotlinandroid-jetpack-composeandroid-room

Read More
fallbackToDestructiveMigrationFrom not called because "A migration from 8 to 10 was required bu...


androidandroid-room

Read More
Koin NoDefinitionFoundException for Room Database in a Compose Multiplatform Project...


androidandroid-roomkotlin-multiplatformkoincompose-multiplatform

Read More
BackNext