Romman Sabbirrommansabbir.com·Oct 4, 2024Monitor Internet Connectivity in Jetpack Compose! 📶 ✨Hello, and welcome to this article where we will delve into a Jetpack Compose function that is not only lifecycle-aware but also adept at checking internet connectivity using the most up-to-date APIs available. This function is designed to utilize th...Discuss·47 readsAndroid Application Developmentandroid app development
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·Jun 28, 2024AndroidX : Mastering JetPack Lifecycle.The AndroidX Lifecycle library is part of Jetpack and helps manage the lifecycle of Android components like activities and fragments. It simplifies handling lifecycle events and makes our app's components lifecycle-aware. Key Components and Concepts ...Discuss·212 readsAndroid Application Development#lifecycleinandroid
Romman Sabbirrommansabbir.com·Jun 27, 2024Android : ViewModelStoreEver wondered how ViewModel survive during configuration changes in our Android apps? 🤔 Let me introduce you to ViewModelStore! 🔍 What isViewModelStore? ViewModelStore is a class that stores and manages ViewModel instances. It's essential for keepi...Discuss·167 readsAndroid Application Developmentandroid state
Gopal Guptagopal0gupta.hashnode.dev·Jun 15, 2024Understanding MVVM Architecture in Jetpack ComposeIntroduction :-> Hey Android Enthusiasts🙋🏻♂️, In the evolving landscape of Android development, adopting the right architecture is crucial for building maintainable and scalable applications. One of the most recommended patterns is MVVM (Model-Vie...DiscussJetpack Compose
Hankyu Kimhankyukim.hashnode.dev·Jun 3, 2024Jetpack Minimal InstallIf you don't have enough disk memory. How about using jetpack without GUI or some SDK that we don't need on our SW? Here is how we do 'Jetpack Minimal Install' Reference : https://nvidia-ai-iot.github.io/jetson-min-disk/overview_minimizing_steps.htm...Discussjetson
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
Shreyas Patilblog.shreyaspatil.dev·May 20, 2024Effortless Compose Compiler report analysisHey Androiders 👋🏻, If you're building an app with Jetpack Compose, you might know that to make your app perform well with as few recompositions as possible, you should use stable parameters in the composable function, and so on. To do this, the Com...TIRANGA HACK and 1 other are discussing this2 people are discussing thisDiscuss·26 likes·1.7K reads#AndroidDevAndroid
Asim LatifforCodefy Labs's Blogscodefylabs.hashnode.dev·May 19, 2024Handling API Requests Using Ktor (Android)In this tutorial, we will explore how to use Ktor Android Client to make all types of HTTP requests including GET, POST, PUT, DELETE, and form submissions. Ktor is a powerful Kotlin-based framework for building asynchronous servers and clients, and i...Discuss·55 readsAndroidKotlin
Shreyas Patilblog.shreyaspatil.dev·Mar 20, 2024Capturing composable to a bitmap without losing a stateHey Composers 👋🏻, I'm the maintainer of a library - Capturable, that helps you to convert composable content into a Bitmap image easily. In the very first release of it, as there was no dedicated API from compose, I used to wrap composable content ...Discuss·24 likes·4.2K reads#AndroidDevAndroid