InStackademicbySandeep KellaKotlin Delegates: The Power of “by”Have you ever wished there was a cleaner way to handle repetitive boilerplate code around properties in Kotlin? That’s where delegates come…Mar 242
Jay DwivediBuilding a Modern Android App with Kotlin, Coroutine, Flow, Jetpack Compose, Hilt, Retrofit, Room…In this tutorial, we’ll create a modern Android app that incorporates the latest technologies and best practices. We’ll leverage Kotlin…May 291
Amna IqbalNavigation graph | Kotlin | Android StudioToday we will be learning how to implement a navigation graph in android studio. A navigation graph is a resource file that contains all of…Dec 6, 2023Dec 6, 2023
Pinankh PatelBest 5 Android Studio Plugins 20245 Essential Plugins to Boost Your Developer ProductivitySep 21Sep 21
InDev GeniusbySahar AsadianLazy components in Jetpack ComposeThe equivalent component to RecyclerView or ListView in Jetpack Compose is LazyColumn for a vertical list and LazyRow for a horizontal…Jul 14, 2022Jul 14, 2022
InStackademicbySandeep KellaKotlin Delegates: The Power of “by”Have you ever wished there was a cleaner way to handle repetitive boilerplate code around properties in Kotlin? That’s where delegates come…Mar 242
Jay DwivediBuilding a Modern Android App with Kotlin, Coroutine, Flow, Jetpack Compose, Hilt, Retrofit, Room…In this tutorial, we’ll create a modern Android app that incorporates the latest technologies and best practices. We’ll leverage Kotlin…May 291
Amna IqbalNavigation graph | Kotlin | Android StudioToday we will be learning how to implement a navigation graph in android studio. A navigation graph is a resource file that contains all of…Dec 6, 2023
Pinankh PatelBest 5 Android Studio Plugins 20245 Essential Plugins to Boost Your Developer ProductivitySep 21
InDev GeniusbySahar AsadianLazy components in Jetpack ComposeThe equivalent component to RecyclerView or ListView in Jetpack Compose is LazyColumn for a vertical list and LazyRow for a horizontal…Jul 14, 2022
sreeraj k.sReact Native Push Notification(HTTP v1) | Firebase Push Notification Sound | Notification Sound |…HOW TO ADD A CUSTOM PUSH NOTIFICATION SOUND ON IOS AND ANDROID WITH REACT NATIVEMay 131
Nigel ChombaDagger with Android Achitecture Components using KotlinAs you we all know Dependency injection (DI) is a technique widely used in programming and is well suited to Android development and very…Mar 7, 2022