Dice Roll is a fun and interactive Android app that lets you roll two dice and see random results instantly.
- The app displays two dice side by side in the center of the screen.
- A Roll button generates random numbers for each die.
- (Optional) Prevents both dice from showing the same number.
- Open the project in Android Studio.
- Ensure all dice images (
dice_1.pngtodice_6.png) are in theres/drawablefolder. - Run the app on an Emulator or a real Android device.
- Tap the Roll button.
- Random numbers appear on each die.
- Enjoy rolling the dice!
- Simple and clean UI using ConstraintLayout and LinearLayout.
- Dice images update randomly with each roll.
- Easy to extend with animations or additional dice.
- Kotlin
- Android Studio
- ConstraintLayout & LinearLayout
- Dice images in drawable resources
Android Developer: Mohammed Mahmoud