Learn Kotlin

Our Kotlin tutorial will guide you to learn Kotlin one step at a time with the help of . This means all your current Java/Android code works seamlessly with Kotlin.

In this tutorial we will add a back button in action bar, when it is clicked it will go to ...
In this tutorial we will add items in actionbar/toolbar, 3-dot menu in actionbar/toolbar and handle item clicks using Kotlin. There ...
The Floating Action Button (FAB) is a circular button that triggers primary action in your app's UI. This tutorial shows ...
How to create Create AlertDialog With Custom Layout (Kotlin)? DESCRIPTION This tutorial will show how to create and show an AlertDialog with ...
This tutorial is about: How to create bottom sheet using Fragment How to handle bottom sheet item/option clicks Step 1: ...
Radio buttons in kotlin allow the user to select one option at a time. A RadioButton as two states, selected and unselected ...
Camera Intent with Kotlin | Camera feature in our App with Kotlin We know that in many situations our app ...
CheckBox | Android Studio | Kotlin CheckBoxes are used to select one or more options from the available options. For ...
How to set the background color of chip in kotlin android , You can change the color of chip background ...
In this android programming source code example, we are going to change the border color of a Chip in Android ...
Chip center text : Using Android Chips with Styles In simple terms Android Chip is just a combined object of ...
Chip checked color programmatically to set chip selected background color. change the background color of chip programmatically in Android. Example ...
Country code pickers are used to search and select country code or international phone code in android. This example describes ...
How to create a button and handle OnClickListener in Kotlin using Android Studio? In this tutorial we will create a ...
In this tutorial we will use Alert Dialog to alert the user whether you want to perform specific function or ...
How to create Create AlertDialog With Custom Layout Programmatically (Kotlin)? In this tutorial we will create AlertDialog with custom layout ...
How to use Date Picker Dialog in Kotlin? In this tutorial you will learn how to use Date Picker Dialog ...
Action whenever the text is changed in the EditText View. Application to implement a listenerTextWatcher object, for EditText to trigger ...
In this article, we will discuss how to change Tint Color for an Image in Android programmatically as well as ...
In this tutorial we will create a MultipleChoice AlertDialog using Android Studio. We will show list of colors to show in dialog. We will ...
Loading...