Android
-
Android Bottom Sheet in Kotlin with Examples
In this tutorial blog, learn how to create and open Material 3 Bottom Sheet dialog in Android using Kotlin with a real-world example.
-
Start Android Activity with Intent on Button Click in Kotlin
In this article we will learn how do you start a new activity on button click using Kotlin. Move to another activity using Intent in android.
-
Model View ViewModel (MVVM) Architecture in Android
Learn about the Android MVVM architecture and how it helps in building robust and scalable applications. Discover the advantages and best practices.
-
Android TextView in Kotlin with Example
In this article you will learn how to create TextView using Kotlin with example. How to set text in TextView programmatically.