The Dice Roll Application is a simple Android app that simulates rolling a dice. With a single tap, the app generates a random number between 1 and 6 and displays the matching dice face on the screen. It was built to practice random number generation, image handling, and event-driven programming in Android, while keeping the design clean and easy to use. Developed using Android Studio with Kotlin/Java and XML, this project showcases my ability to build interactive and user-friendly mobile applications.