This is a simple Counter App built using Java and XML for Android. The app allows users to:
- Increase the counter value with a button
- Reset the counter to zero
- Show a pop-up message when clicking on the app's logo
-
Main Java File:
Path:app/src/main/java/com/swarnavo/basicapp/MainActivity.java
-
Main XML Layout:
Path:app/src/main/res/layout/activity_main.xml
✔ Increase the counter with a button
✔ Reset the counter value
✔ Show a pop-up message when clicking the app logo
✔ Simple & lightweight UI
-
Fork the repository by clicking the Fork button at the top-right corner of this page.
-
Clone the repository to your local system:
git clone https://github.com/your-username/CounterApp.git
-
Open the project in Android Studio.
-
Run the app on an emulator or a physical device.
-
If you find this project helpful, don't forget to Star ⭐ the repository!
- Tap the "Increase" button to increment the counter.
- Tap the "Reset" button to reset the counter.
- Tap the app logo to see a pop-up message.
Swarnavo Khanra
GitHub: Anonav0
Contributions are welcome! Feel free to fork this project, improve it, and submit a pull request. 🎉