Building your own custom layout with jetpack compose
Jun 25, 2022 · 7 min read · In 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...
DJayesh commented















