Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.07 KB

File metadata and controls

44 lines (31 loc) · 1.07 KB

Dice Roller Application 🎲

Dice Roll is a fun and interactive Android app that lets you roll two dice and see random results instantly.


Description

  • 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.

How to Run

  1. Open the project in Android Studio.
  2. Ensure all dice images (dice_1.png to dice_6.png) are in the res/drawable folder.
  3. Run the app on an Emulator or a real Android device.

How to Use

  1. Tap the Roll button.
  2. Random numbers appear on each die.
  3. Enjoy rolling the dice!

Features

  • Simple and clean UI using ConstraintLayout and LinearLayout.
  • Dice images update randomly with each roll.
  • Easy to extend with animations or additional dice.

Technologies Used

  • Kotlin
  • Android Studio
  • ConstraintLayout & LinearLayout
  • Dice images in drawable resources

Author

Android Developer: Mohammed Mahmoud