Hey guys
Any ideas how can i make an app that plays videos from our phone gallery ???
Thank you
Corona is not an ideal SDK to accomplish this goal. I would suggest evaluating other options from a development standpoint.
To expand on this, Corona SDK isn’t ideal for the following reasons:
- No native access to device filesystem
- iTunes plugin does not return time length of audio object
- iTunes plugin does not support video files
That’s just a few of the limitations. One can certainly implement workarounds to the above, but it’s really not worth it. Corona is fantastic for development of a lot of different app types, but you would be much better served going with another SDK if you’re trying to make a media player.
Corona is not an ideal SDK to accomplish this goal. I would suggest evaluating other options from a development standpoint.
To expand on this, Corona SDK isn’t ideal for the following reasons:
- No native access to device filesystem
- iTunes plugin does not return time length of audio object
- iTunes plugin does not support video files
That’s just a few of the limitations. One can certainly implement workarounds to the above, but it’s really not worth it. Corona is fantastic for development of a lot of different app types, but you would be much better served going with another SDK if you’re trying to make a media player.