Jignesh Lathiya

Share a Knowldge about Wrodpress , Playstore, Admob , Adsens, Facebook Marketing, Intagram Marketing, SEO and Technology News

SharedPreferences in Kotlin Android Studio

SharedPreferences | Android Studio | Kotlin SharedPreferences is one of the types of saving data in Android Devices. You can save String, int, boolean, long, float, and Set<String>  types of data in SharedPreferences. In SharedPreferences data is saved in the key-value form. If you have a relatively small collection of key-values that you’d like to save, then you should use the SharedPreferences APIs. You can Add, Edit/Modify and Remove data from the SharedPreferences easily.To

SharedPreferences in Kotlin Android Studio Read More »

Android Custom Toast Example – Android Studio

In this tutorial we will learn how to display Custom Toast(with Image, Text) on a Button click using Android Studio. We will create a layout resource file for custom Toast. Following is the pictorial representation of using Custom Toast notification in android applications. Android Custom Toast Example Diagram Step 1: Create a new project OR Open your project  Step 2: Place an

Android Custom Toast Example – Android Studio Read More »

Android Splash Screen

In this tutorial i’ll show you how to create a splash screen for your android app using android studio. We need at least two activities one is splash screen and second is some other activity that will display after splash screen. Step 1: Create a new project OR Open your project Step 2: Create New Activity File>New>Activity>EmptyActivity Step 3:

Android Splash Screen Read More »