A simple, interactive multiple-choice Quiz Application built for Android using Java.
- Multiple-Choice Questions: Carefully selected questions to test your knowledge.
- Real-Time Score Tracking: Keeps track of your correct answers as you progress.
- Instant Feedback: Displays a toast message indicating whether your selected answer was correct or wrong.
- Results Screen: Shows your final score at the end of the quiz with an option to restart and try again.
- Language: Java
- UI Layouts: XML (LinearLayout)
- IDE: Android Studio
- Download the ZIP or clone this repository:
git clone https://github.com/imt2025071/quizapp.git - Open the downloaded folder in Android Studio.
- Allow Gradle to sync and build the project structure.
- Click the Run button (▶) or press
Shift + F10to deploy the app to an emulator or a connected physical Android device.
Created as a fun introductory Android Java project!