An open API service indexing awesome lists of open source software.

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

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)