Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.79 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.79 KB

Navigation

This is a trivia app :working with Fragments and Navigation Graph

Android Trivia

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.

Functionality

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

App preview

Notes

  • Migrated from kotlin synthetics to view binding
  • Implemented Nav Graph and Nav Drawer componets