Hi all,
I need to create an app that will play media content (large video and audio files), which are stored directly on the device, an android tablet.
The reason these files cannot be hosted by a 3rd party provider is because the tablet needs to remain completely offline, besides one bluetooth connection to a specific device.
In App Inventor, I could just put the path to the files in a variable and use it as the source (file:///storage/emulated/0/…). I am unable to replicate this with Thunkable.
Is there a way to play files stored on the internal memory of an android device?
I have searched in the documentation and on these boards, but haven’t found a clear answer, and I need to make sure Thunkable fills this need before subscribing.
Thanks in advance!