codeludo / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Kotlin 100.0%