#kotlin
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...
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...