https://github.com/d3nn7/fizzbuzz-android
The Android beginner app FizzBuzz
https://github.com/d3nn7/fizzbuzz-android
android beginner fizzbuzz
Last synced: about 2 months ago
JSON representation
The Android beginner app FizzBuzz
- Host: GitHub
- URL: https://github.com/d3nn7/fizzbuzz-android
- Owner: D3nn7
- License: gpl-3.0
- Created: 2021-12-15T17:43:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T17:43:03.000Z (over 4 years ago)
- Last Synced: 2025-06-20T21:49:04.113Z (about 1 year ago)
- Topics: android, beginner, fizzbuzz
- Language: Java
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FizzBuzz
### Android beginner example
This simple Android app shows how to recreate the FizzBuzz game in Android with 3 buttons and 1 TextView.
How to play?
- if the shown number is divisible by 3: press divisible by 3
- if the shown number is divisible by 5: press divisible by 5
- if the shown number is divisible by 3 and 5: press divisible by 3 and 5
⚠️ If the number is divisible by 3 and 5 you can't click on the 3 or 5 button!
## License
You can find the license under [LICENSE](./LICENSE).
## Author
[@D3nn7](https://github.com/D3nn7)