bky373 / android-trivia-app

안드로이드 퀴즈여행 앱 (Udacity 과정 Lesson 3 구현 by Borahm)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🔍 Android Trivia App (안드로이드 퀴즈여행 앱) 🔍

Udacity 과정 Lesson3 실습 (링크 : https://www.udacity.com/)
This is the toy app for lesson 3 of the Android App Development in Kotlin course on Udacity.

Descriptions

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.

💡 Focused on: Navigation 💡

  • I've Covered
    • Navigation component
    • Principles of Navigation
    • Conditional Navigation
    • BackStack Manipulation
    • Animation with Navigation
    • Support for Up button
    • Menu
    • Safe Arguments
    • Explicit / Implicit Intents

Playing the App

  • Navigating with the drawer

win


  • Winning the game

win


  • Losing the game

lose


  • Sharing the game result

win


  • Using the overflow menu

win

About

안드로이드 퀴즈여행 앱 (Udacity 과정 Lesson 3 구현 by Borahm)

License:Other


Languages

Language:Kotlin 100.0%