Here we are going to learn how to add a google map to our project using google maps API with Kotlin. Here we are developing […]
Read moreCategory: Kotlin
Shared Preferences With Kotlin
In this tutorial, we are going to learn how to use SharedPreferences In our Android Application to Store data in the form of value-key pairs […]
Read moreLocationListener With Kotlin
Many of the android applications we uses in daily life needs users current locations continuously, Here we are going to implement LocationListener with Kotlin […]
Read moreCamera Intent with Kotlin-Android
We know that in many situations our app needs to use the Camera of the device to take pictures, You might know how to use […]
Read moreRecyclerView With Kotlin – Android
We know that if we need to display a scrolling list of elements based on a large set of data sets which may frequently change […]
Read moreRetrofit with Kotlin-Android
In this tutorial we will learn how to implement Retrofit HTTP client in Android with Kotlin. Retrofit is a powerful HTTP client for an Android […]
Read moreViewPager In Kotlin Android
Here we provides a simple tutorials to implement ViewPager in Kotlin. ViewPager is one of most popular widgets available in android libraries. It is used […]
Read moreCountry Code Picker with Kotlin
Country code pickers are used to search and select country code or international phone code in android. This example describes how to add a country […]
Read moreGet Started with Kotlin in Android studio
Kotlin is fully supported with android studio v3.0 and Higher. Setup Kotlin to Android Studio Important : The android studio version must be 3.0 or […]
Read moreKotlin : A new era in android app development
Introduction Since long we have known and uses Java as the primary language for android app development. But recently a comparatively new language called Kotlin […]
Read more