Tag: kotlin

Cold vs Hot data source

Maybe you heard of it, maybe you don’t. Hot or cold data sources. Let me explain briefly what it is and how you should use it. The general idea is that hot data sources are active even outside when it is called and cold data sources is not doing...

Coroutines – Dispatcher & Yield

Today another day in quarantine since the COVID-19 outbreak. So I thought let’s really learn how coroutines work instead of just using it and hope for the best. I did the codelab from Google that did a pretty good job for me to understand how it works. I wanted...