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 create alert dialog with single choice from list of items. We will create a button ...
 This tutorial shows you how to implement a splash screen from scratch in Android studio using Kotlin, In this tutorial i'll show you how to ...
How to Volley image request, How to Volley image request example, kotlin Volley image request, android kotlin Volley image request ...
In this tutorial we will learn how to open new Activity when a Button is clicked using Android Studio in ...
How to create a ListView from array in strings.xml in Kotlin using Android Studio? In this tutorial we will create ...
How to create a ListView from array in Kotlin using Android Studio? In this tutorial we will create a ListView using array, array items will ...
Add setHasOptionsMenu(true) in the onCreate() method to invoke the menu items in your Fragment class. You don't need to override onCreateOptionsMenu in your Fragment class again ...
We know that if we need to display a scrolling list of elements based on a large set of data ...
retrofit in kotlin
n this tutorial we will learn how to implement Retrofit HTTP client in Android with Kotlin. Retrofit is a powerful ...
If you check the docs for EditText , you'll find a setText() method. It also inherits TextView 's setText(CharSequence) and ...
SharedPreferences | Android Studio | Kotlin SharedPreferences is one of the types of saving data in Android Devices. You can ...
Spinners provide a way to select one value from a list set.In the default state, a spinner shows its currently ...
Android Splash Screen is the 1st screen visible to user when app launches. Splash screen displays some animations or App ...
In this tutorial we will make a "Notes App" using SQLite and Kotlin. It will contain following features.Enter DataRetrieve Data ...
Pull to Swipe Refresh Layout is a gesture that is being used in a lot of popular apps, apps where ...
Android code switch button for android, Switch is a two-state user interface element that is used to display ON (Checked) ...
Text custom font using jetpack compose in android with example. You can customize Compose's implementation of Material Design to fit ...
view pager kotlin
Here we provides a simple tutorials to implement ViewPager in Kotlin. ViewPager is one of most popular widgets available in ...
Android Volley JsonArrayRequest to Post ArrayList data to the server.Store Data in Locle recyclerView list and send to the server ...
integrated a volley request of JSONObjectRequest in Kotlin. we'll be implementing GET and POST StringRequest and JsonObjectRequests MainActivity.kt package com.jigopost.volley ...