Android

Effect Handlers in JetPack Compose : A Deep Dive

What are the Side Effects of Jetpack Compose? While working with Composable Functions, they often get recomposed on a change of state. When Functions propose it might update some data that is not in the cope of the composable functions. Such Scenarios are called Side Effects. For e.g. Making a network call inside a Compose Function which...

by Khushank Kashyap
Tag: jetpackcompose
24-Feb-2025

Android

Screenshot testing with jetpack compose

What is Screenshot testing Screenshot or snapshot testing is a way to automate the validation of the UI components and widgets. It prevents regressions when updating any existing screen or component. A screenshot testing tool helps render a piece of UI (a screen or component), takes a snapshot of it, and then compares it with the...

by Ashutosh Bhandari
Tag: jetpackcompose
26-Jun-2024