Skip to content
CodeRedDev edited this page Jul 3, 2021 · 2 revisions

Some notes and questions for @CodeRedDev to work on in the future:

How to configure a server for storing sounds? [prio: HIGH]

How to play/stream sounds?

Maybe something via HTTP or some included mechanism in the ExoPlayer library.

Should some UI-Kit be part of the framework?

Unsorted notes

  • Check architecture
    • DAO methods
    • LocalDBInitializer lifecycle? => DB member?
    • WordUp Kotlin 'object'?
    • Android View or ViewController
  • Use Dagger2 (or rather Android Dagger2)
  • Build example app
  • Use Github Actions instead of TravisCI