Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 752 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 752 Bytes

Counter App : A simple Android application that increments and resets a counter.

Description : This project is a basic Android app demonstrating the use of:

  1. TextView to display the counter value
  2. Buttons to increment and reset the counter
  3. State management for tracking the counter value

How to Use :

  1. The app displays an initial counter value of 0.
  2. Click the "Click" button to increment the counter by 1.
  3. Click the "Refresh" button to reset the counter to 0.

Technologies Used :

  1. Android Studio
  2. Java
  3. Android SDK

Contributing : Feel free to fork the repository and contribute to the project.

App Layout :

CounterAppLayout