Dear fellow developers
What is the best practice to insert record in room db ? (With and without Kotlin)
AsyncTask
Rxjava
Coroutines (if using Kotlin)
Thread pool executor
⏸️ 1
google 2
😶 2
g
gaeltshilombo
05/24/2021, 7:53 AM
I have a preference for Coroutine, I use this way on the project I am working, it is easy and safe.