Skip to content

This is the AndroidTrivia project from my 2020 CIS 217/Android Dev course.

Notifications You must be signed in to change notification settings

clamquarter/AndroidTrivia

Repository files navigation

AndroidTrivia

Summary

AndroidTrivia is a small project I did as part of my CIS 217 course. It's a very simple app that randomizes quiz questions about Android development/Kotlin. The tutorial can be found in the Google Developers learning path here. Students were tasked with:

  • Understanding fragments.
  • Learning to build out navigation in Android apps.
  • Implementing a Share feature for users to share their results.

What I Learned

  • The Safe Args plugin generates classes for type-safe access to arguments.
  • Fragments are modular pieces of code that can be reused.
  • The Safe Args plugin does not prevent you from using the erong key. (learned the hard way)
  • I learned how to randomize data displayed to the UI.

What I'd Do Differently

  • Create a longer, more fun quiz.
  • Finish implementing the Share function.
  • Take better notes on my progress.

About

This is the AndroidTrivia project from my 2020 CIS 217/Android Dev course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages