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...Discuss·10 likes·245 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...Discuss·103 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...Discuss·1 like·106 readsmaterial components