July 2, 2023

I started to write an introductory book on Jetpack Compose but couldn’t keep up with the rapid changes in the Compose tooling, so I am condensing and publishing the few chapters I have written for free. Here is what would have been chapter 2 of the book. Today’s lesson is dedicated to understanding how to

Read More

June 22, 2023

Learn the basics of Jetpack Compose fundamentals starting with the Composable function, which is at the heart of Jetpack Compose, and the built-in composables such as Text, layouts, and previews.

Read More

June 22, 2023

I started to write an introductory book on Jetpack Compose but couldn’t keep up with the rapid changes in the Compose tooling, so I am condensing and publishing the few chapters I have written for free. Here is what would have been chapter 1 of the book. Few professional careers get more complex as their

Read More

April 26, 2023

Using a sample blog post app to show data relationship management with code instead of relying on Room database.

Read More

April 3, 2023

In this tutorial, we will learn some practical usages of Jetpack Compose LazyColumn, a UI component in the Jetpack Compose toolkit that allows you to efficiently display a scrollable list of items in a vertically scrolling column.  It’s similar to Recyclerview in the classic Android View system. It is designed to efficiently handle large data

Read More