Posts

Showing posts with the label Cordova Multi-platform extension

Are you considering creating apps using HTML5 and Cordova?

Image
In all my previous posts in this blog we only looked at Standard HTML5 projects. In Standard HTML5, the project was packaged as a web app and host it on a server (the Intel XDK server in this case) as an HTML5 web app, or build it for distribution via popular mobile app stores. For testing purposes, you would use the Intel XDK Preview app available from app stores. There are couple of examples and posts on this site. Standard HTML5 Projects are built for Desktops, smartphones and tablets . There are definite advantages to creating Apps using HTML5 and Cordova as against using just the Standard HTML5. The HTML5+Cordova projects on the other hand are built for smartphones and tablets for all of the following OSs: android, iOS, Windows and also as a web app. The pages you create use both the Standard HTML5 and Cordova APIs and can be distributed via popular app stores. You will be developing as a hybrid mobile app that can, Use sensor data on the phone inc...