Counter App : A simple Android application that increments and resets a counter.
Description : This project is a basic Android app demonstrating the use of:
- TextView to display the counter value
- Buttons to increment and reset the counter
- State management for tracking the counter value
How to Use :
- The app displays an initial counter value of 0.
- Click the "Click" button to increment the counter by 1.
- Click the "Refresh" button to reset the counter to 0.
Technologies Used :
- Android Studio
- Java
- Android SDK
Contributing : Feel free to fork the repository and contribute to the project.
App Layout :