Category: Jetpack compose
-
Getting started with jetpack compose – ConstraintLayout
ConstraintLayout can help place composable relative to others on the screen and is an alternative to using multiple nested Row, Column, Box, and custom layout elements. ConstraintLayout is useful when implementing larger layouts with more complicated alignment requirements. – Android Developers If you’re new to Compose, I highly recommend going through the following articles: Getting…
-
Getting started with jetpack compose – Basic components
Jetpack Compose is Android’s modern toolkit for building native UI. It simplifies and accelerates UI development on Android.