Mansi Vaghela
Mansi Vaghela's blog

Mansi Vaghela's blog

Follow
homebadgesnewsletter
Tag

Developer

#developer

More content

Read more stories on Hashnode


Articles with this tag

Kotlin Keywords

Apr 26, 20233 min read

Kotlin is a modern programming language that was first introduced by JetBrains in 2011. Since then, Kotlin has gained a lot of popularity among...

Kotlin Keywords

Using Scoped Functions in Kotlin - let, run, with, also, apply

Mar 22, 20234 min read

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

Using Scoped Functions in Kotlin - let, run, with, also, apply

lateinit vs lazy in Kotlin

Mar 8, 20233 min read

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

lateinit vs lazy in Kotlin

Difference between AndroidViewModel and ViewModel

Feb 23, 20233 min read

In this blog, we will discuss the difference between AndroidViewModel and ViewModel. In the Android Jetpack architecture components, ViewModel and...

Difference between AndroidViewModel and ViewModel

How to Use the Kotlin Playground

Feb 10, 20235 min read

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

How to Use the Kotlin Playground

In-App Review Android Implementation in Kotlin

Feb 4, 20233 min read

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

In-App Review Android Implementation in Kotlin