https://github.com/saahiyo/counter-app
Made my very android-application with java, counter app with simple features and minimal ui design
https://github.com/saahiyo/counter-app
android android-application android-development apk counter first-project java java8
Last synced: 6 months ago
JSON representation
Made my very android-application with java, counter app with simple features and minimal ui design
- Host: GitHub
- URL: https://github.com/saahiyo/counter-app
- Owner: saahiyo
- Created: 2024-03-28T09:07:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-28T09:59:19.000Z (over 1 year ago)
- Last Synced: 2025-02-11T14:24:22.379Z (8 months ago)
- Topics: android, android-application, android-development, apk, counter, first-project, java, java8
- Language: Java
- Homepage:
- Size: 323 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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

## 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](LICENSE).