The Trivia app is an Android application developed in Kotlin that offers an engaging trivia experience for users. It features timed quizzes, multiple-choice questions, a RecyclerView for smooth scrolling, and a captivating splash screen.
- Timed quizzes to add excitement and challenge
- Multiple-choice questions with four options
- RecyclerView for smooth scrolling through questions
- A visually appealing splash screen for an immersive experience
- Kotlin: A programming language for Android app development
- XML: Layout files for designing the user interface
- SQLite: Database for storing and retrieving trivia questions
Follow the instructions below to get a copy of the project up and running on your local machine.
- Android Studio: The latest version of Android Studio must be installed on your machine.
-
Clone the repository:
-
Open Android Studio and select "Open an existing project".
-
Navigate to the cloned repository and select the project.
-
Build and run the project on an Android device or emulator.
Contributions to the Trivia app project are welcome. If you find any issues or want to enhance the app with new features, feel free to submit a pull request.