Are you considering creating apps using HTML5 and Cordova?

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 including camera, GPS, accelerometer etc
  • Access device hardware;Near field communication(NFC); Bluetooth, Camera etc
  • Manage file storage and caching. Also access databases like calendars, contacts
  • Work with third-party plug-ins
 What about Cross-Walk apps?


Cross-Walk is also android specific but built on Open Source foundation.
 More on Cross-Walk here.

Comments

Popular posts from this blog

UWP: Displaying formatted text in a TextBox Control

Handling AppManifest Validation error

UWP: XAML's ComboBox Control -Part 1