python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why not auto update list when used LiveData in Android
In my application I want use Koin , Room and LiveData.
I write below codes, but after add new item into room not auto update recyclerview list!
Should close app and open again for show updated list !...
Dr.KeyOk
Votes: 0
Answers: 1
Koin singleton injection vs Kotlin object
I'm a bit confused should I use Koin or any other dependency Injection for providing repositories to ViewModel or Should I use Kotlin object class for repositories so that we don't need to pass any de...
Sachin Gurnani
Votes: 0
Answers: 0
Koin inject viewmodel into Composable
I am trying to use Koin to inject my viewModel (which has some dependencies as well) like this:
I don't understand why it cannot find getViewModel when I have the following import:
I am using this K...
FailedUnitTest
Votes: 0
Answers: 2
Pre-populating Room using Koin and DB Browser
I need to pre-populate a table in Room using a .csv file.
I saw in https://developer.android.com/training/data-storage/room/prepopulate that I needed a .db file instead so I used DB Browser to import ...
pox
Votes: 0
Answers: 0