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 moreTag: android example
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 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 more