The Randomizer app is a simple Android application that allows users to generate random numbers within a specified range. It includes a button to trigger the randomization process and a seek bar to set the range of possible random numbers.
- Generate random numbers within a user-defined range.
- User-friendly interface with a button and seek bar for easy interaction.
- Android Studio installed on your machine.
-
Clone the repository:
git clone https://github.com/Hardvan/Randomizer.git
-
Open the project in Android Studio.
-
Build and run the app on an Android emulator or device.
-
Launch the app on your Android device.
-
Use the seek bar to set the range of possible random numbers.
-
Tap the "Roll" button to generate a random number within the specified range.
-
The result will be displayed on the screen.