Skip to content

Trivia app : working with fragments and navigation drawer

License

Notifications You must be signed in to change notification settings

lakshmi-p15/triviaapp

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages