This is simple project which is a Quiz app. It has splash screen and Google admob (banner ads)integration also. at first you have to register yourself for this I have used Firebase Auth. I have used firebase firestore to store the questions.
- It has categories in each category there are sets.each set has Number of questions
- when you click on a set you will see rules about quiz
- After cliking on start test button the quiz will start.
- Each Question will flash for 10 seconds.you have to choose one option in 4 options.
- If choson answer is correct it will turn green otherwise turn red.
- If you choose/do not choose any option the question will automatically changed after 10 seconds.
- at last you will get your scorecard with Number of correct questions,wrong questions and unattempted questions.
(other than basic android technologies)
- Firebase Auth - to Authinticate user.
- Firebase firestore to store Questions
- Admob
Splash screen
Log-in page
Register page
Category activity
Set activity
Info activity
Questions Activity
Result activity