Posts in category: Cordova
Widgets, Config.xml and Cross-Platform Mobile Development

Mobile Applications aka Apps that run installed on mobile devices are of two types: native and hybrid apps. Many of these hybrid apps use a config.xml file which follows the W3C widget specification (http://www.w3.org/TR/widgets) in order to instruct the native compiler to load required elements that a physical device (phone, tablet, television, car, you name […]

Mobile Augmented Reality App

Sample project for creating Mobile Augmented Reality Mobile Apps for the BlackBerry 10 platform available at https://github.com/georgemck/BB10-WebWorks-Community-Samples-Augmented-Reality Uses: – BlackBerry WebWorks (App packaging) – jQuery Mobile (Mobile UI) – Three.js (WebGL) – JS Aruco (OpenCV) – getUserMedia (HTML5 spec) Created a mobile AR app using Apache Cordova, https://cordova.apache.org, which is related to Adobe PhoneGap, http://www.phonegap.com. […]