Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow videos outside of resources #94

Open
tasota opened this issue Oct 22, 2019 · 0 comments
Open

allow videos outside of resources #94

tasota opened this issue Oct 22, 2019 · 0 comments
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

Comments

@tasota
Copy link
Contributor

tasota commented Oct 22, 2019

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.

@tasota tasota added 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 labels Oct 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant