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 24, 20242
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 29, 20242
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
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 24, 20242
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 29, 20242
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
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
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
Rahul NavgireTab Activiti in ANDROID STUDIOto create this kind of activity in android studioMar 1, 2021
Tugce Konuklar DogantekinKotlin Code Pills — Lazy PropertyLazy Property is a property in which values are computed only on the first success. It’s lazy in the sense that it won’t do anything…Jul 14, 2020