Gagan BhirangiSetting Up home_widget in Flutter [android — XML/Glance]Let’s dive into the world of interactive Android widgets! Today, we’ll start by setting up everything needed to create sleek and…2d ago
Cory DoctorowYou were promised a jetpack by liarsAIs and self-driving cars are the new jetpacks.May 1733
InProAndroidDevbyJaewoong EumLoading Initial Data in LaunchedEffect vs. ViewModelWhen initializing or fetching data upon entering a screen, it’s crucial to select the right trigger point for loading the initial data…Aug 3016Aug 3016
Vishnu Kumar SoniUnderstanding Recomposition in Jetpack ComposeJetpack Compose introduces a declarative way to build UIs, and at its core is recomposition — the process of updating the UI when data…2d ago2d ago
InProAndroidDevbyJaewoong EumShared Element Transition In Jetpack Compose: Provide Enriched User ExperiencesThe Shared Element Transition or Container Transform is an animation that forges a visual connection between two UI elements, significantly…Apr 262Apr 262
Gagan BhirangiSetting Up home_widget in Flutter [android — XML/Glance]Let’s dive into the world of interactive Android widgets! Today, we’ll start by setting up everything needed to create sleek and…2d ago
Cory DoctorowYou were promised a jetpack by liarsAIs and self-driving cars are the new jetpacks.May 1733
InProAndroidDevbyJaewoong EumLoading Initial Data in LaunchedEffect vs. ViewModelWhen initializing or fetching data upon entering a screen, it’s crucial to select the right trigger point for loading the initial data…Aug 3016
Vishnu Kumar SoniUnderstanding Recomposition in Jetpack ComposeJetpack Compose introduces a declarative way to build UIs, and at its core is recomposition — the process of updating the UI when data…2d ago
InProAndroidDevbyJaewoong EumShared Element Transition In Jetpack Compose: Provide Enriched User ExperiencesThe Shared Element Transition or Container Transform is an animation that forges a visual connection between two UI elements, significantly…Apr 262
InStackademicbyRizwanul HaqueUsing SharedFlow in Android: A Complete Guide with Code ExamplesIn Android development, SharedFlow is a powerful tool that allows you to emit and collect data in a way that can be shared across multiple…Oct 302
InProAndroidDevbyJaewoong EumLoading Initial Data on Android Part 2: Clear All Your DoubtsWhen a user enters a screen, the default data should be fetched by triggering the business logic, whether from the network or local…Sep 207
Vishnu Kumar SoniUnlocking the Power of Modifier in Jetpack ComposeJetpack Compose has revolutionized Android UI development by offering a modern, declarative approach. Among its many powerful features, the…4d ago