allow videos outside of resources #94
Labels
enhancement
New feature or request
large issue
These issues often contain multiple parts and will take a significant amount of time to complete.
someday it would be nice
The issue is low priority but worth considering if easily completed alongside something else
Right now the code only handles videos by importing them to the project as resources. This means that paths for the resources must be hardcoded into the application instead of just being defined inside the database/JSON file (for example, the jumping jacks video is retrieved with the call
return "android.resource://" + getPackageName() + "/" + R.raw.jumpingjacks;
).In the future, videos will need to also be taken from storage for student/classroom customization.
The text was updated successfully, but these errors were encountered: