The beautiful open source framework for developing hybrid mobile apps with HTML5
Presented by
Avi Haiat - thaiat@yoobic.com
Vizelia bought by Schneider Electric in 2011
Do we really need to code for multiple platforms ?
“The biggest mistake we've made as a company is betting on HTML5 over native.”
Mark Zuckerberg - 2012
Mobile devices and HTML5 stacks have rapidly evolved
Web technologies you already know and love
Web technologies you already know and love
UI components are angularjs directives
{{ item.name }}
{{ item.quote }}
Slide 1
Slide 2
Slide 3
$ionicActionSheet.show({
titleText: 'Modify your album',
buttons: [{
text: 'Share'
}, {
text: 'Move'
}],
destructiveText: 'Delete',
cancelText: 'Cancel',
buttonClicked: function(index) {
console.log('BUTTON CLICKED', index);
return true;
}
});
npm install -g ionic
ionic start myapp [template]
ionic serve
ionic platform ios android
ionic build ios
bower install ionic
yo mcfly
This is boooring... Show me the code
Let's play with the baby and see how easy it is to build a mobile app