Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 9 days ago
JSON representation

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

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

![preview](https://github.com/saahiyo/Counter-app/assets/81853097/18ad03f1-09e8-4e6b-b4be-faa8be7542af)

## 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).