Skip to content

mmreda/android-trivia

Repository files navigation

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. Since students haven't yet learned about saving data or the Android lifecycle, it tries to eliminate bugs caused by configuration changes.

What I Did

  • Use Navigation component to move between different screens
  • Implementation a Title Fragment
  • Adding the Navigation Drawer
  • Adding Safe Arguments
  • Adding support for the Up Button
  • Adding Share Button
  • Adding Animation with Navigation

Screenshots

Screenshot1 Screenshot2 Screenshot3 Screenshot4 Screenshot5 Screenshot6 Screenshot7 Screenshot8

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages