In this article we will learn how to create a circular carousel, a set of items that the user can spin around



August 4th, 2022

In this short post we will write a simple app that will showcase how to use the Activity Result Contracts in Jetpack Compose. Our app will have 2 buttons, one to pick an image from the gallery, and a second one to take a picture. In both cases, once the image is selected or the picture is taken, it ...


June 5th, 2022

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