#android
Read more stories on Hashnode
Articles with this tag
The Kotlin standard library comes with many functions to and the scope functions is one of them. So what exactly is a scope function? There are...
After exploring and using the dagger-hilt dependency injection, I went further to learn how use it when writing test cases for my apps. Comparing hilt...
Hilt provides a more simplified and standard way of using dependency injection in android applications by providing containers for every android...
The Room library is used to harness the full power of SQLite by providing an abstract layer over the SQLite. The library helps create a cache of your...