π§© Chapter 4 β Layouts in Jetpack Compose: Row, Column, Box, Arrangement & Lists
Layouts are the building blocks of any UI using Layouts in Jetpack Compose. In the old View system we had LinearLayout, RelativeLayout, ConstraintLayout. In Compose we have Column, Row, and Box as the core primitives β and they solve 90% of everyday layout needs. This chapter
Read Moreπ§© Chapter 3 β Text, Image, Button & TextField Composables (and the Secret Sauce: State π)
Welcome back to the Compose series on codewithpk.com π In the last chapter, we created our first Compose project and explored the structure. Now itβs time to build real UI β text, images, buttons, and input fields β and understand the magic ingredient behind Compose: State.
Read Moreπ§© Chapter 2 β Setting Up Jetpack Compose (From Zero to Running App) π
So now that weβve understood what Jetpack Compose is and why it matters, letβs actually get our hands dirty. In this chapter, weβll: β Set up a new Jetpack Compose project from scratch β Explore whatβs different inside the project structure β Learn how to preview
Read More


