Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.18 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.18 KB

🌸 My First Flower App 🌸

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.

📱 Features

  • 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!

🛠️ Built With

  • Android Studio: For the complete development environment.
  • Jetpack Compose: For a smooth, declarative UI experience.

🚀 Getting Started

  1. Clone the repository.
  2. Open the project in Android Studio.
  3. Run the app on your emulator or device.

📸 Screenshots

Flower App Screenshot

🧑‍💻 My Learning Journey

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.