saahiyo / Counter-app

Made my very android-application with java, counter app with simple features and minimal ui design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Counter App

Welcome to my first Android project! This is a simple counter app created using Java and XML.

Description

This app allows you to count up using a button and reset the count to zero. It's a basic demonstration of Android app development and a great starting point for beginners.

Features

  • Count up button: Increase the count by one.
  • Reset button: Reset the count to zero.

Technologies Used

  • Java: Used for the backend logic of the app.
  • XML: Used for designing the user interface layout.

How to Use

  1. Clone the repository to your local machine.
  2. Open the project in Android Studio.
  3. Build and run the project on an Android emulator or physical device.
  4. Tap the "Count" button to increase the count.
  5. Tap the "Reset" button to reset the count to zero.

Screenshots

preview

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

Made my very android-application with java, counter app with simple features and minimal ui design


Languages

Language:Java 100.0%