Welcome to the repository for the TapCounter Android application built using Jetpack Compose! This app is a simple tap counter that increases the count each time you tap the button. It's a fun and interactive way to explore the capabilities of Jetpack Compose. 😄🚀
- The application is built using Jetpack Compose, Android's modern toolkit for building native UI.
- It uses a
Buttoncomposable that increments a counter each time it is tapped. - The counter value is displayed on the screen and updated in real-time.
- A toast message is displayed with the updated count each time the button is tapped.
- Clone this repository using
git clone https://github.com/KarthiDreamr/TapCounter-Android-Jetpack.git - Open the project in Android Studio Arctic Fox or later
- Run the app on an emulator or a physical device
This project is licensed under the GNU General Public License (GPL-3.0). The GPL is a strong copyleft license that requires improvements to be shared back with the community. For more information, see the LICENSE file.
