Basics of Jetpack Compose
What a composable function actually is, the three layout blocks every screen is made of, and how to preview one without running the app.
2 posts
What a composable function actually is, the three layout blocks every screen is made of, and how to preview one without running the app.
XML made you invalidate the UI by hand. Compose recomposes only the nodes whose data changed — and that one difference reorders how you build a screen.