https://github.com/josewebdev2000/diceroller-app-android
Simple Android App built with Kotlin that simulates rolling a dice
https://github.com/josewebdev2000/diceroller-app-android
Last synced: 2 months ago
JSON representation
Simple Android App built with Kotlin that simulates rolling a dice
- Host: GitHub
- URL: https://github.com/josewebdev2000/diceroller-app-android
- Owner: josewebdev2000
- Created: 2024-08-15T01:39:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T01:48:12.000Z (9 months ago)
- Last Synced: 2025-01-18T04:28:47.505Z (4 months ago)
- Language: Kotlin
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DiceRoller Android App (Kotlin)
![]()
## Overview
Simple Android app that requests the user to click a button to simulate a dice roll.
The result of the dice roll is represented by a dice with a particular number faced-up.
Randomization Algorithms were implemented in order to simulate dice rolls.
## Skills
The following technologies were required to complete this project
- Android Studio
- XML
- Kotlin