Skip to content

An android app that quizzes a user on android concepts.

License

Notifications You must be signed in to change notification settings

kwambokaB/Android-Trivia

Repository files navigation

Navigation

This is the toy app for lesson 3 of the Android App Development in Kotlin course on Udacity.

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.

Screenshots

Screenshot1 Screenshot2

About

An android app that quizzes a user on android concepts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages