/avplayback

An app that plays video and audio together

Primary LanguageKotlin

avplayback

This app will play a video (from an URL) and an audio (also from an URL) that were sent via json. The video will be played on loop until the audio finishes.

This app tries to follow the clean architecture. Stack:

  • MVVM
  • Dagger
  • Coroutines
  • Retrofit
  • Moshi
  • Coil
  • MockK