Coin Trivia is an engaging quiz app that tests your knowledge across various topics. Earn virtual coins, climb the leaderboard as you answer thousands of challenging questions. Choose from a wide range of categories and customize your trivia experience. Developed as an open-source project, Coin Trivia offers endless fun and learning opportunities.
Image 1 | Image 2 |
---|---|
Image 3 | Image 4 |
---|---|
- Java
- XML
- Model-View-Controller (MVC) Architecture
- Firebase
- Android SDK
- Glide
- Thousands of challenging trivia questions across various categories
- Virtual coins and leaderboard to track your progress and compete with others
- Track your virtual coins and progress
- Privacy Policy
- Delete Account and related data
The Coin Trivia app follows the industry-standard MVC (Model-View-Controller) architecture, providing a robust and scalable structure for the application. This architecture promotes separation of concerns, making the codebase more modular and maintainable.
The Model represents the data and business logic of the app. It includes the data structures, database interactions, API requests, and other components responsible for handling the app's data.
The View layer is responsible for the app's user interface and presentation. It includes all the visual components such as activities, fragments, and layouts that the users interact with. In Coin Trivia, the View layer encompasses the various screens, UI elements, and navigation flows.
The Controller acts as the intermediary between the Model and the View. It handles user input, updates the Model, and manipulates the View accordingly. The Controller layer in Coin Trivia encapsulates the logic for user interactions, manages the app's state, and orchestrates the flow of data between the Model and the View.
By adopting the MVC architecture, the Coin Trivia app achieves a clear separation of concerns, allowing for easier code organization, testability, and future scalability. The Model-View-Controller pattern promotes code reusability, enhances development efficiency, and ensures a more maintainable and extensible app codebase.
- Web App Link (Deployed Version)
- Web App Repository (GitHub Repository)
To run the app locally, follow these steps:
-
Clone the repository: (https://github.com/Joaquin144/Social-Jaw.git)
-
Open the project in Android Studio.
-
Set up Firebase project and configure the necessary services (Authentication, Firestore, Storage) by following the Firebase documentation.
-
Update the Firebase configuration file (
google-services.json
) with your own project details. -
Build and run the app on an Android device or emulator.
Contributions are welcome! If you find any issues or have suggestions for improvement, please create a new issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
Coin Trivia app is developed by Joaquin144.
Feel free to reach out with any questions or suggestions.