#development
Read more stories on Hashnode
Articles with this tag
Kotlin is a modern programming language that was first introduced by JetBrains in 2011. Since then, Kotlin has gained a lot of popularity among...
Now that almost all Android developers have switched from Java to Kotlin, they are finding how much easier, cleaner, and more concise Kotlin is than...
In this blog, we will learn about the lateinit vs lazy properties in Kotlin. In Kotlin, there are two ways to initialize a property that is not...
As a modern Android developer, sometimes I find myself with the need of wanting to run some small snippet of code. For these kinds of situations, the...
As soon as the review for the app comes to mind, you worry about going to the Playstore, correct?A review is an integral part that lets the developer...
We’ll be discussing and implementing the Android MVVM architectural pattern in our Android application. Why do we need these patterns? Adding...