Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 443 Bytes

README.md

File metadata and controls

18 lines (8 loc) · 443 Bytes

Android Trivia

The Android Trivia application is an application that asks the user trivia questions about Android development.

Learnings

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.


So get ready to check your knowledge of Android!!