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 moreTag: Kotlin App Development
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 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 more