AMAbdullah Mola Hussauiningithub.com·Jan 6, 2023 · 10 min readMVVM+ Room + Factory + Coroutines in kotlinMVVM+ Room + Factory + coroutine in kotlin MVVM application architecture As a quick definition, it consists of several layers The DAO layer, which is responsible for the commands to communicate with the SQL database from reading and writing. The ...01A
AMAbdullah Mola Hussauiningithub.com·Jan 6, 2023 · 2 min readRetrofit with Kotlin Coroutine in AndroidRetrofit is a type-safe http client which is used to retrieve, update and delete thedata from web services. Nowadays retrofit library is popular among the developers to use the API key. The Kotlin team defines coroutines as “lightweight threads”. Kot...00