“I want a native app!”
Why are we still coding for multiple platforms in 2016?
“Is there an alternative?”
“Oh No! The Zuck has spoken!”
http://techcrunch.com/2012/09/11/mark-zuckerberg-our-biggest-mistake-with-mobile-was-betting-too-much-on-html5/
“I hear that Hybrid apps are slow!”
“Most people that say this have never developed Hybrid apps'”
If anything you are building is slow, don't blame the technology. You have either chosen the wrong approach, or are doing something wrong.
Year | Device | Processor | RAM |
---|---|---|---|
2007 | iPhone | 620 MHz | 128 MB |
2010 | iPhone 4 | 1 GHz | 512 MB |
2016 | iPhone 6s | 1.8 GHz dual-core | 2 GB |
https://mixpanel.com/trends/#report/ios_9
https://mixpanel.com/trends/#report/android_os_adoption
“Hello.”
(You'll feel right at home)
http://www.google.com/trends/explore#q=angularjs%2C%20ember.js%2C%20knockoutjs%2C%20backbonejs&date=8%2F2011%2037m&cmpt=q
Over 700 MIT licensed font-icons included
“How does it all come together?”
UI Component Overview
List Item {{ item.id }}
ng-repeat
{{ c.name }}
{{ c.email }}
Back
Left Menu
...
Slide 1
Slide 2
Slide 3
$ionicActionSheet.show({
titleText: 'Action Sheet Example',
buttons: [
{ text: 'Share' },
{ text: 'Move' },
],
destructiveText: 'Delete',
cancelText: 'Cancel',
buttonClicked: function(index) {
console.log('BUTTON CLICKED', index);
return true;
}
});
$ionicPopover.fromTemplateUrl('popover.html',
function(popover) {
$scope.popover = popover;
}
);
My Popover Title
Hello!
$ionicModal.fromTemplateUrl('modal.html', {
scope: $scope
}).then(function(modal) {
$scope.modal = modal;
});
$ npm install -g ionic
_ _
(_) (_)
_ ___ _ __ _ ___
| |/ _ \| '_ \| |/ __|
| | (_) | | | | | (__
|_|\___/|_| |_|_|\___| CLI
$ npm install -g ionic cordova
$ ionic start myapp sidemenu
$ cd myapp
$ ionic serve
Getting started guide
ionicframework.com/getting-started
Documentation
ionicframework.com/docs
Visit the Community Forum
forum.ionicframework.com
Contribute on GitHub
github.com/driftyco/ionic
Get My Book, "Ionic By Example" Available On Amazon
Ionic In Action Book By Jeremy Wilken
http://ionicinaction.com/
App Camp By Ionic's @brandyscarney & @benjsperry
http://www.appcamp.io/