This Android application allows users to generate prime numbers within a specified range. The user inputs two numbers, and the app returns the prime numbers within that range.
- Generate Primes: Input two numbers, and the app will display the prime numbers within that range.
- Prank Detection: If the two input numbers are the same, the app humorously detects it as a prank.
-
Clone the Repository:
git clone https://github.com/Hardvan/Prime-Numbers-App.git
-
Open with Android Studio:
- Launch Android Studio.
- Choose "Open an existing Android Studio project" and select the cloned directory.
-
Run the App:
- Connect your Android device or use an emulator.
- Click on the "Run" button in Android Studio.
-
Launch the App:
- Open the app on your Android device.
-
Input Numbers:
- Enter two numbers in the provided EditText fields.
-
Generate Primes:
- Click the "Generate" button.
-
View Results:
- The prime numbers within the specified range will be displayed in the TextView.
