initializing room db
This commit is contained in:
parent
ec49e5566b
commit
1077f9b820
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import androidx.room.Update
|
||||||
|
|
||||||
// when writing Queries, its good to specify a Flow<> as the return type, see step 13 in https://developer.android.com/codelabs/basic-android-kotlin-compose-persisting-data-room?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-6-pathway-2%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-persisting-data-room#5
|
// when writing Queries, its good to specify a Flow<> as the return type, see step 13 in https://developer.android.com/codelabs/basic-android-kotlin-compose-persisting-data-room?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-6-pathway-2%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-persisting-data-room#5
|
||||||
// test for commit
|
// test for commit
|
||||||
|
// test again
|
||||||
@Dao
|
@Dao
|
||||||
interface AccountableTaskDao {
|
interface AccountableTaskDao {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue