Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basanthaider/diceroller
Simple dice roller simulator
https://github.com/basanthaider/diceroller
android kotlin mobile-development
Last synced: about 2 months ago
JSON representation
Simple dice roller simulator
- Host: GitHub
- URL: https://github.com/basanthaider/diceroller
- Owner: basanthaider
- Created: 2024-08-03T21:41:47.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-17T23:38:51.000Z (5 months ago)
- Last Synced: 2024-08-18T00:32:57.898Z (5 months ago)
- Topics: android, kotlin, mobile-development
- Language: Kotlin
- Homepage:
- Size: 362 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dice Roller App
A simple dice roller app built for Android.# This app demonstrates fundamental Android development concepts including:
- User interface creation with XML layouts
- Generating random numbers
- Displaying text in TextViews
- Basic Kotlin syntax and control flow# Key features:
- Rolls multiple dice
- Displays the result of each die
- Calculates and displays the sum of the rolled dice# App Snapshots
![image alt](IMG-20240807-WA0006.jpg)
![image alt](IMG-20240807-WA0007.jpg)