Welcome to the Lucky Dice Roller Android App repository! This app provides a fun and interactive way to roll dice, where you can customize the number of dice and their sides. Built using Android and Kotlin, this app brings luck to your fingertips!
- Roll multiple dice
- View results in real-time
- User-friendly interface with visual dice representation
- Save and view previous rolls
- Android Studio
- Gradle
- Java Development Kit (JDK) 8 or higher
- Clone the repository:
git clone https://github.com/abdurrahmambulut/lucky-dice-roller.git
- Open the project in Android Studio.
- Sync the project with Gradle files.
To maintain a clean and consistent codebase, I use ktlint for Kotlin code formatting. Follow the instructions below to format your code before committing:
To automatically format your code, use the following Gradle command:
./gradlew ktlintFormat