Tushar Pingaletusharpingale.hashnode.dev·Jun 25, 2022Building your own custom layout with jetpack composeIn jetpack compose there are different layouts such as Row, Column, and Box. When we need to align items in a horizontal fashion we use Row. For vertical alignment of items we use Columns and for stacking items one above the other we use the Box layo...9 likes·1.9K readsJetpack Compose