This repository contains a simple Jetpack Compose app where I practiced building custom UI designs to enhance my skills in modern Android development using Jetpack Compose.
The goal of this project is to explore and experiment with Compose's powerful UI tools like custom layouts, Material 3 components, and navigation โ all in a real app structure.
- โ Bottom Navigation Bar (BottomBar)
- โ Top App Bar (TopBar)
- โ Jetpack Compose Navigation Component
- โ Gradient backgrounds and creative UI styling
- โ Custom Composables for reusable UI elements
- โ LazyRow and LazyColumn for horizontal/vertical lists
- โ Modifier chaining for spacing, shape, size, and click behavior
- โ Material 3 theming with colors, typography, and shapes
- โ And much more hands-on with real UI layouts
cutom_ui.mp4
I created this project to:
- Improve my understanding of Jetpack Compose UI patterns
- Learn how to build reusable and scalable composables
- Get comfortable with navigation
- Experiment with custom layout designs in a real app scenario