Use Kotlin to create a unique dropdown menu. I’ve implemented a custom spinner using RadioButton in Kotlin in this blog post. The selected item will be displayed in the spinner and a…
Category: Blog
Your blog category
What is Text In Jetpack Compose?
What is Text In Jetpack Compose? Beginner guide to Text in Jetpack Compose In Android development, we used TextView in XML Layouts to show text.In Jetpack Compose, we use the Text() composable…
Android Intents: Explicit vs Implicit Explained with Examples for Beginners
If you are building an Android application, you must understand how intents work Today we`ll learn about the two types of Intents in Android: Explicit and Implicit intents It is easy to…
Andrid Activity Lifecycle in kotlin
If you are learning Android app development in Kotlin, one of the first things you need to understand is the Activity Lifecycle. This lifecycle defines how your app behaves when the user…