Preview-Safe ViewModels in Jetpack Compose with Hilt
Learn how to build preview-safe ViewModels in Jetpack Compose using Hilt.
Dec 23, 20254 min read174

Search for a command to run...
Articles tagged with #compose
Learn how to build preview-safe ViewModels in Jetpack Compose using Hilt.

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...

Leveraging DiffUtil-like Efficiency in Jetpack Compose: A Deep Dive into List Optimization Techniques and Their Impact on Performance

Where to hold the UI State (Compose) in Android and Why?
