https://github.com/marabesi/android-playground
Android code examples
https://github.com/marabesi/android-playground
android broadcast calculator fiap game java mackenzie player ticket
Last synced: 3 months ago
JSON representation
Android code examples
- Host: GitHub
- URL: https://github.com/marabesi/android-playground
- Owner: marabesi
- Created: 2016-04-25T23:01:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T17:45:54.000Z (about 7 years ago)
- Last Synced: 2025-01-10T05:17:08.056Z (5 months ago)
- Topics: android, broadcast, calculator, fiap, game, java, mackenzie, player, ticket
- Language: Java
- Homepage:
- Size: 18.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android
Simple apps leanerd from FIAP university
## [Calculator](https://github.com/marabesi/android/tree/master/Calculator)
App to calculate sum of two numbers
## [GameCube](https://github.com/marabesi/android/tree/master/GameCube)
Game where there are two dices and two players, player one is you and player two is the computer. The game is simple when touch
the display the two dices roll, the biggest number wins.## [Pizza](https://github.com/marabesi/android/tree/master/Pizza)
Simple App to interact with form components in android, this app has menu where you can select which flavor do you want and then
the price is shown## [Ticket](https://github.com/marabesi/android/tree/master/Ticket)
One more app to interact with components and this time the app is based on Olympic games. The app fakes a ticket buy.
## [Login](https://github.com/marabesi/android/tree/master/Login)
Simples app to introduce intent usage on Android