Create a new Project in Kotlin Message can display outside of our application normal UI 1 Open Android Studio. 2 Go to File => New […]
Read moreTag: Kotlin example
Bottom Navigation View Android
BottomNavigationView creates bottom navigation bars, making it easy to explore and switch between top-level content views with a single tap. Bottom Navigation Bar always stays at the bottom of your application […]
Read moreAndroid Splash Screen with Kotlin
Android Splash Screen is the 1st screen visible to user when app launches. Splash screen displays some animations or App logo for a short time […]
Read moreGoogle Map API with Kotlin
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 moreShared 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 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 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 more