What is the project about?
Android Quiz App is an quiz game for android. Dynamically as many categories and questions can be added, updated and deleted as desired. It currently uses Sqlite as the database.
When the game starts, the category selection screen appears. A new game is started with the questions in the category selected here. In each game questions are randomly brought.
When the game is over, a screen appears telling you how many questions you have made correctly and incorrectly and your score.
History
This project was initially started by . The model was built with Java and SQLite as the database.
Due to the poor design & appflow and slightly obsolete code structure, I decided to re-design and re-implement the whole app.
Showcase of the new app experience/ New Features
Technology Stack
This version of Android Quiz App is completely built with MVP - Android architecture pattern to make easier understanding and maintenance of the code base.
Material Design in Android- it helps the way people see & interact with interfaces because of clear design and user experience.
Room - this makes the implementation of SQLite better and faster.
Important Resources
Roadmap
- Play quiz per category and get result
- Show questions per category
- Update and delete category
- Update and delete question