Page 1 of 1

html site with audioplayer

Posted: Fri Jan 24, 2014 11:26 am
by Peter Fahrnberger

Do I understand it correctly that a html site containing an audio player (css, query etc.) will always stay an external web resource even if you export the source code as .apk file?


html site with audioplayer

Posted: Fri Jan 24, 2014 12:08 pm
by Kateryna Grynko

Hi Peter,

No. HTML player is embedded in browser. All the appearance are just HTML tags and CSS styles.


html site with audioplayer

Posted: Fri Jan 24, 2014 12:42 pm
by Peter Fahrnberger

Thank you, Katya,

that means, when I export my app as .apk file, appery.io will convert the external web resources to native code and the user need not have internet access to play music? (I have read that it is possible to embed music later with help of eclipse).


html site with audioplayer

Posted: Fri Jan 24, 2014 2:46 pm
by Maryna Brodina

Hello! All your audio files are added to the project as resources, they are included in .apk file. If files are included in project as web links to files, in project they will be as external resources and user would need Internet connection to get these files.


html site with audioplayer

Posted: Fri Jan 24, 2014 5:19 pm
by Peter Fahrnberger

Thank you! That means, I can add code (Html) to appery.io, then upload css-, js- and mp3- files to my project and export my audio player; so the user will be able to run the app offline.


html site with audioplayer

Posted: Fri Jan 24, 2014 6:11 pm
by Maryna Brodina

Correct


html site with audioplayer

Posted: Sat Jan 25, 2014 8:46 am
by Peter Fahrnberger

Thank you