The Dice Roll App is a simple application that simulates rolling two dice. Each roll generates a random number between 1 and 6 for each die.
- Simulate rolling two dice with a single tap. 🎲
- Display the results of each roll with corresponding dice images. 🎯
- Built using the MVVM (Model-View-ViewModel) architecture for separation of concerns and maintainability.
- Utilizes Android Architecture Components such as ViewModel and LiveData. 🏗️
- Implements ViewBinding for efficient view access and null safety. 🔗
- MVVM (Model-View-ViewModel) architecture
- ViewBinding
- Kotlin programming language
- Android Architecture Components: ViewModel and LiveData
- XML
- Gradle build system
For any questions or inquiries, feel free to reach out to [email protected].