/AndroidTrivia-codelab

- Create and add a fragment - Navigation drawer - the app's back stack - the system Back button - invoke an external activity from within the app

Primary LanguageKotlin

AndroidTrivia - starter code


Starter code for Android Kotlin codelab AndroidTrivia

Introduction

--

The AndroidTrivia app asks the user trivia questions about Android development. It makes use of the navigation component within Jetpack to move the user between screens. Each screen is implemented as a fragment.

The app navigates using buttons, the app bar, and a navigation drawer. Because students haven't yet learned about saving data or the Android lifecycle, the app tries to eliminate bugs caused by configuration changes.