Dagger 2 Scopes are something that a lot of people don’t understand. Many people use them without understanding why they’re used, simply because they modelled…
Dagger 2 Scopes are something that a lot of people don’t understand. Many people use them without understanding why they’re used, simply because they modelled…
The COVID-19 virus has taken the world by storm. While many other places shut down for good, as software developers, only our offices have closed…
Firebase Extensions are pre-packaged solutions that allow you to do an array of things (no pun intended) that integrate with other Firebase solutions. These include…
Gone are the days of SQLiteOpenHelper. We live in a new era of Android Development dominated by Android Architecture Components. One of which is the…
It’s no doubt that coroutines are taking over as the go-to way to do asynchronous programming in Android over RxJava. Many of Firebase’s services use…