Jetpack Compose has revolutionized Android UI development by introducing a declarative and reactive way to build user interfaces. However, managing UI-related data remains a critical […]
Read moreTag: Android
Flutter Localization
Localization is used to translate the application to several languages. Almost all of the apps needs localization for better user enagement. Here we are going […]
Read moreDatePicker Flutter
Date Picker is very usefull fuction which shows a picker dialog to select date. Please find below code for a Simple date Picker Fuction Thanks […]
Read moreSimple SharedPreference Functions – Kotlin
Android provides many ways of storing data of an application. One of these ways is called Shared Preferences. Shared Preferences allow you to save and […]
Read moreRoom Database with Kotlin
Room is a persistence library, part of the Android Jetpack. The Room is now considered as a better approach for data storing than SQLiteDatabase. The […]
Read moreAndroid spinner Using Kotlin With Example
Spinners provide a way to select one value from a list set. In the default state, a spinner shows its currently selected value. Create a […]
Read moreBottom 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 more 
				 
				 
				 
				