A simple Android app that displays beautiful flower images along with their names. Created with love using Android Studio and Jetpack Compose.
This is my first application, designed to explore the basics of app development.
- Flower Gallery: Shows images of various flowers with their names displayed below.
- Clear Button: Removes all flower images from the screen with just a tap. Perfect for a fresh start!
- Android Studio: For the complete development environment.
- Jetpack Compose: For a smooth, declarative UI experience.
- Clone the repository.
- Open the project in Android Studio.
- Run the app on your emulator or device.
This project marks the beginning of my journey into Android development. Through building this app, I learned:
- How to use Jetpack Compose to create and manage UI components.
- How to handle basic actions like clearing images from the screen.