#kotlin
Read more stories on Hashnode
Articles with this tag
Room database is a part of Android Architecture components and provides an abstract layer over SQLite. Room makes it easy to work with databases and...
In this article, we're going to build a UI where contents of one composable will overlap on another (as you would usually find in social profiles...
Jetpack Compose is Android’s modern toolkit for building native UI. It simplifies and accelerates UI development on Android. In this tutorial, we’re...
MVVM is the new love of Android developers. It provides lots of benefits like clean architecture, code maintainability etc. However, great power comes...
Yes, you read that right. You can generate the Fibonacci series in only 6 lines of code with the power of lambdas and higher-order functions. Kotlin...