Android Button Example – Kotlin
In this post, we will see the android button example in Kotlin. The Android button is the most commonly used UI element in Android. Specific… Read More »Android Button Example – Kotlin
In this post, we will see the android button example in Kotlin. The Android button is the most commonly used UI element in Android. Specific… Read More »Android Button Example – Kotlin
In this post, we are going to see the Android switch button example in Kotlin. Android Switch Button is a type of button that has… Read More »Android Switch Button Example – Kotlin
In this blog post, we are going to show you how to add a view to the Linear Layout programmatically and how to add a… Read More »Add View to LinearLayout Programmatically Android Kotlin
In this post, you will get an Android LinearLayout example. LinearLayout in Android is one of the basic layouts. Linear Layout can be used when… Read More »Android Kotlin – Linear Layout Example
In this post, we will see how to display a custom Toast in Android using Kotlin. Usually, Toast is used to show some text message… Read More »Android Kotlin Custom Toast Example
In this post, we will learn how to change the background and text color of Android Snackbar using Kotlin. The default Android Snackbar with an… Read More »Android Kotlin – Change Snackbar Text and Background Color
In this post, we are going to implement an Android Snackbar using Kotlin with an example. Android Snackbar is a user interface widget that was… Read More »Android Snackbar Example Kotlin
Today in this post I am going to show you, how to create a button programmatically in Kotlin. First I created a new android studio… Read More »Create Button Programmatically in Kotlin
Today in this post, let us look at how to change the background color of the selected item in the recyclerview. All other list items… Read More »Change Background Color of Selected Item in Recyclerview