Articles in this series
Step-by-step guides to add bottom navigation in Jetpack Compose for beginners · This article shows the steps that you need to do to add the bottom...
How to use Retrofit, Moshi, Gson, Kotlin Serialization and Ktor client libraries to connect the REST API web service in Android app? · I created this...
Simple and clean empty Jetpack Compose app example which doesn't have themes.xml and colors.xml. · For pure Jetpack Compose app, technically we don't...
How to convert your Jetpack Compose navigation app to use Compose Destinations Library to get rid of boilerplate code? · In my previous post, I build a...
Simple app to show different screens in Jetpack Compose and how to navigate between them. · I created this simple app to try out the navigation component...
Step-by-step tutorial to convert Android RecycleView(view-based UI approach) to LazyColumn (Jetpack Compose approach) · This beginner-friendly tutorial...