dependent spinner with room database | kotlin hindi

Опубликовано: 03 Март 2025
на канале: Codet Distro
1,241
15

dependent spinner with room database using kotlin and live data

🙄 comment for your doubts.

Kotlin Code :- https://github.com/Codetdistro/multip...

Subscribe and Support
you can Support here:- https://www.buymeacoffee.com/xebajero
Donate UPI: 😘yogeshmsingh2895@okhdfcbank

//Kotlin Developers Group Help each other
connect with me 😎😊 :   / discord  

//Room
def room_version = "2.3.0"
implementation("androidx.room:room-runtime:$room_version")
annotationProcessor "androidx.room:room-compiler:$room_version"
kapt("androidx.room:room-compiler:$room_version")
implementation("androidx.room:room-ktx:$room_version")

//Kotlin Coroutines
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.3"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3"

//adding view model
implementation "android.arch.lifecycle:extensions:1.1.1"
implementation "android.arch.lifecycle:viewmodel:1.1.1"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1"


//Tags
dependent spinner in kotlin,
add dependent spinner with room,
dependent spinner using live data,
multiple dependent spinner kotlin,
multiple dependent spinner,
livedata with dependent spinner,
room with dependent spinner