Hey was just wondering if anyone in TEST Squadron has any experience with working with mobile apps? I have an HTML5 app that I want to deploy to mobile devices :)
That's how I did it once. Fidgety at best. But it works.I could help a little, I have some Android App experience.
(Also, you may be able to just drop the html5 code into a wrapper and run it in Android with only a little extra work if you dont want to bother with making it a native app: http://stackoverflow.com/questions/12840977/convert-html5-into-standalone-android-app)
Performance would be horrible at least on non high end devices.oooo, do I smell a Crash Aurora app in the making?
Depends on the library used. I've built mobile apps wrapped in Cordova/Phonegap where performance was acceptable so long as I stayed away from things like JQuery Mobile that adds a lot of overhead and stuck with the Cordova API's and plain ole javascript...Performance would be horrible at least on non high end devices.
True it always depends on a library but since AC is based on Panda.js I wouldn't expect a huge performance boost from the lib.Depends on the library used. I've built mobile apps wrapped in Cordova/Phonegap where performance was acceptable so long as I stayed away from things like JQuery Mobile that adds a lot of overhead and stuck with the Cordova API's and plain ole javascript...