https://github.com/max-sir/androidtraining_triviatask
Trivia Game 🎲🎳
https://github.com/max-sir/androidtraining_triviatask
android game intentservice kotlin-android menu-navigation menubar navigation-architecture-component navigationbar trivia-game
Last synced: about 1 month ago
JSON representation
Trivia Game 🎲🎳
- Host: GitHub
- URL: https://github.com/max-sir/androidtraining_triviatask
- Owner: Max-Sir
- License: other
- Created: 2021-08-12T17:02:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-23T12:45:34.000Z (almost 5 years ago)
- Last Synced: 2025-05-22T07:55:28.974Z (about 1 year ago)
- Topics: android, game, intentservice, kotlin-android, menu-navigation, menubar, navigation-architecture-component, navigationbar, trivia-game
- Language: Kotlin
- Homepage:
- Size: 371 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Navigation
This is the toy app for lesson 3 of the [Android App Development in Kotlin course on Udacity](https://www.udacity.com/course/developing-android-apps-with-kotlin--ud9012).
## 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.