Mansi Vaghela
Mansi Vaghela's blog

Mansi Vaghela's blog

Follow
Follow
homebadgesnewsletter

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 Make the Firebase Database SDK Work Better With Kotlin

Feb 13, 20234 min read

In this article, we are going straight to the point. 🚀 I want to share some extension functions to make your experience with the Firebase Database a...

How to Make the Firebase Database SDK Work Better With Kotlin

How to use Dagger 2 on Android with Kotlin

Feb 13, 20234 min read

Virtually everyone who wants to create code on Android in a decoupled and easy-to-test way, resorts to Dagger sooner or later. Although there is...

How to use Dagger 2 on Android with Kotlin