The point is:
I need to create and Android app, containing a video. This video size it's 170MB.
The max size for the apk file (as Google says) is 50MB, but you can use expansion files.
Is this possible using appcelerator?
NOTE: no other solutions are available (i can't upload the video and do streaming).
1 Answer
Out of the box? no.
You would need a native module to wrap the Downloader library, the Expansion Zip library and possibly the Licensing library.
Your Answer
Think you can help? Login to answer this question!