In today’s article we will learn how to create a custom selector that lets users choose one option among several, with a background that animates to highlight the selected option.


April 10th, 2022

In this short article we will learn how to create a custom progress indicator using the Layout composable and the animation tools provided by Jetpack Compose.


February 26th, 2022

In today’s article we will learn how to conditionally navigate to a screen in Jetpack Compose. This is the kind of scenario you might encounter if your app has an onboarding flow, which needs to be shown only once, or a login screen, which the user needs to complete before accessing the app’s ...


February 19th, 2022

With the release of Jetpack Compose 1.2.0-alpha03 we have access to a much requested feature: animations in lazy lists when the collection of items is updated. In this short article we’ll learn how to use this feature.


February 9th, 2022

In today’s article we will learn how to conditionally navigate to a screen in Jetpack Compose. This is the kind of scenario you might encounter if your app has an onboarding flow, which needs to be shown only once, or a login screen, which the user needs to complete before accessing the app’s ...


January 4th, 2022

In this article we will implement a loading button, i.e., a button that replaces its content with a loading indicator to signify to the user that some operation is under way, and when that operation has completed, reverts to its original state.


December 29th, 2021