This is a trivia app :working with Fragments and Navigation Graph
The Android Trivia application is an application that asks the user trivia questions about Android development. It makes use of the Navigation component within Jetpack to move the user between different screens. Each screen is implemented as a Fragment. The app navigates using buttons, the Action Bar, and the Navigation Drawer.
The following required functionality is completed:
- User can play short trivia game about Android questions by clicking on the play button
- The user sees multiple option questions one by one
- user sees congratulations page if they answer all the questions
- Implemented Nav drawer to go to about and rules page
- Animations applied to won and failed pages
- Migrated from kotlin synthetics to view binding
- Implemented Nav Graph and Nav Drawer componets