Ionic Box: The easiest way to get your hybrid development environment up and running. A Vagrant install for Android, Cordova, and Ionic.
OS X users needn’t install this, as the installation of the Android SDK usually goes smooth.
A rather geeky/technical weblog, est. 2001, by Bramus
Ionic Box: The easiest way to get your hybrid development environment up and running. A Vagrant install for Android, Cordova, and Ionic.
OS X users needn’t install this, as the installation of the Android SDK usually goes smooth.
module.controller('PictureCtrl', function($scope, $cordovaCamera) {
$scope.takePicture = function() {
$cordovaCamera.getPicture({
// See all the possible Camera options from the Camera docs [1]:
/// https://github.com/apache/cordova-plugin-camera/blob/master/doc/index.md#cameraoptions
}).then(function(imageData) {
// Success! Image data is here
}, function(err) {
// An error occured. Show a message to the user
});
}
});
ngCordova is a set of AngularJS extensions on top of the Cordova API to make it easier to build, test, and deploy Cordova apps with AngularJS.
I’d like to take a moment and introduce “Walkable Restaurants” (or just “Walkable” as I like to call it), a new application that I built to demonstrate how to create PhoneGap applications using Backbone.js.
Built using PhoneGap, Twitter Bootstrap (UI), Leaflet (Maps), Backbone.js, App-UI, Underscore.js, jQuery, and iScroll.
The command line tool to build, deploy and manage Cordova-based applications.
Once installed — via npm — you get to do stuff like this:
cordova create ~/KewlApp
cd ~/KewlApp
cordova platform add ios
cordova platform add android
cordova plugin add http://example.org/Kewlio-1.2.3.tar.gz
cordova build
Great to see how the Cordova Platform (formerly known as PhoneGap — which now is a distribution of Cordova) is maturing
Here is a simple application I built using jQuery Mobile and PhoneGap. Even though the application is simple, it covers some common requirements of mobile applications: database access through JSON services, multi-level master-detail views, parameter passing between views, etc.
Didn’t see this one coming: