In this short story we will learn how to create a custom progress indicator using the Layout composable and the animation tools provided by Jetpack Compose. The final result we are after is shown here: The basic component, the Dot We’ll start by defining a composable that represents our basic unit, the Dot. There are…