Get started with Jetpack Compose UI
As someone who was developing an app in Android using Jetpack Compose for the first time, it was quite troublesome getting started. Understanding was difficult because of my limited previous experience in University classes working with activities, Retrofit and databases (.db files for user session management). But when starting development with Compose, it’s easy to feel lost — not knowing how to make a screen, or even understanding simple concepts like “@Composable” functions.
Read More