Sagnik Mukherjeesagnikmukherjee.hashnode.dev路Dec 2, 2024Introduction to Jetpack Compose : Zero to One ( 01 )Okay, I'm not going to waste any time defining what Compose is, as I think everyone is familiar with it. The question is, why this blog instead of Google's official documentation? As a beginner, I found Google's docs very difficult to understand. The...1 like路87 readsMastering Jetpack Compose : Zero to OneJetpack Compose
Shreyas Patilblog.shreyaspatil.dev路Nov 19, 2024Benchmark Insights: Direct State Propagation vs. Lambda-based State in Jetpack ComposeHey composers 馃憢馃徎, welcome to this analysis blog! Here, we'll dive into some benchmark analysis on the state propagation approach in Jetpack Compose and try to reach some conclusions. This might be a bit opinionated, but feel free to share your thou...5 likes路2.8K reads#AndroidDevAndroid
Romman Sabbirrommansabbir.com路Aug 13, 2024Why not JetPack Compose with DiffUtil?DiffUtil is a tool in Android's RecyclerView library that helps update lists efficiently. It compares an old list with a new list to find the differences. Instead of replacing the whole list and redrawing everything, DiffUtil figures out the smallest...10 likes路319 readsAndroid Application DevelopmentAndroid
Romman Sabbirrommansabbir.com路May 27, 2024TypeSafe Navigation or Traditional Intent Passing?Introduction Navigating between screens is a fundamental aspect of mobile app development. In the Android ecosystem, there are two primary methods for handling navigation: the traditional intent passing and the modern TypeSafe navigation in Jetpack C...115 readsAndroid Application Developmenttypesafenavigation
Michelle and Jeremycodewithmitch.hashnode.dev路Nov 21, 2023Material 3 UI Components in Jetpack ComposeMaterial Components Jetpack Compose offers Material components that are composed of basic UI elements. These components encapsulate specific features, functionalities, or parts of your app's user interface. Using UI components promotes reusability, m...1 like路114 readsmaterial components