This project was all about laying the foundation. I built a simple chatbot interface using Jetpack Compose to explore the most essential building blocks of modern Android UI development.
I focused on learning and applying key Compose elements like Text, Image, Icon, Row, Column, and custom Composables. I also practiced different layout structures including LazyColumn for dynamic lists.
Styling and consistency were also part of the journey – I used themes, typography, and color schemes, and explored how to work with Previews for faster UI iteration.
This chatbot doesn’t talk much yet – but it helped me find my way into the world of Jetpack Compose.