MusicAsLanguage / mobileapp

Mobile app code for the project.
MIT License
1 stars 1 forks source link

Implement local cache to store Lesson and Activities media contents #127

Open linsungc opened 2 years ago

linsungc commented 2 years ago

This is branched item from issue #110.

The scope of the work covers:

  1. Download media contents (video, image) to designated cache folder
  2. Build Settings/Downloads settings page and added users an ability to configure the experience (e.g. turn the cache on & off, download over cell) etc.
  3. Ability to refresh and/or remove the downloaded contents so that wouldn't be staled.

Ideally, we will capture the necessary work in a spec and review for priorities.