Building your own custom layout with jetpack compose
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...
tusharpingale.hashnode.dev7 min read
Jayesh Suthar
Android Software Engineer at Rapido
Well explained, thanks