Quiziosity is a basic Android quiz application developed using Kotlin and SQLite (Room). It allows users to engage with a series of quiz questions, providing an interactive learning experience.
- User-Friendly Interface: Intuitive design for seamless navigation.
- Local Data Storage: Utilizes SQLite (Room) for efficient data management.
- Customizable Quizzes: Easily add or modify quiz questions.
- Performance Tracking: Monitor quiz results to assess learning progress.
-
Clone the Repository:
git clone https://github.com/Croissanton/Quiziosity.git
-
Open in Android Studio:
- Launch Android Studio.
- Click on
File>Openand navigate to the cloned repository.
-
Build the Project:
- Allow Gradle to sync and build the project.
-
Run the Application:
- Connect an Android device or start an emulator.
- Click on the
Runbutton or useShift + F10.
Upon launching the app:
- Start Quiz: Begin a new quiz session.
- View Results: Check your performance after completing the quiz.
- Add Questions: Navigate to the admin panel to add new questions.
Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.