Lets have some code to know. First, Android 13 introduced the no permission image picker from galley , using this we can pick image from galley without taki…
Read moreHey!! Hello, lets learn about the language changing feature in android app. With Android 13 (TIRAMASU) , There are three places where we can change the langu…
Read moreHey, lets create the OTP field today, Use this Composable to create OTP @Composable fun OtpField ( modifier: Modifier = Modifier, otp: MutableState&…
Read moreFirst of all, we need to add the navigation dependency in our app module build.gradle.kt implementation ( "androidx.navigation:navigation-compose:2.8.3&…
Read moreAndroid Development with Jetpack Compose Syllabus 1. Introduction to Android Development and Jetpack Compose 1.1 Overview of Android Development History, evo…
Read moreHere in this blog, I will explore the room database for the jetpack compose project. Step 1: Adding Dependencies inside libs.version.toml [version] roomdb …
Read moreStep 1 : Adding the dependencies of dagger hilt in build.graddle(project level) id( "com.google.dagger.hilt.android" ) version "2.49" app…
Read moreStep 1 :- Add this dependency and Sync core-splashscreen ={ group = "androidx.core" , name = "core-splashscreen" , version = "1.0.1…
Read moreHow to check whether the android device has an internet connectivity or not ?? Step 1 : Make a Class for this purpose named "NetworkConnectivity" c…
Read moreHow to set Up Kotlinx Serialization in Android Jetpack Compose Project ?? Step1 : Add these lines inside libs.version.toml [versions] json = "1.6.3"…
Read more