In Jetpack compose, we can clip our view with shapes such as Rounded rectangles, circles, etc. But what if we need to have our own shapes? Here comes...
Leveraging the power of jetpack compose ยท In jetpack compose there are different layouts such as Row, Column, and Box. When we need to align items in a...