A quiz app built with trivia api. This app was built with mvvm architecture, dagger-hilt, retrofit, room database, and navigation components.
Last update: Jun 15, 2022
Take_Quiz App
A quiz app built with Trivia API (https://opentdb.com) This app was built with mvvm architecture, dagger-hilt, retrofit, room database, and navigation components.
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.