Membuat Aplikasi mobile HTML5 (ionic)
by “Rizky Ariestiyansyah”Seminar Make your own Android at Sekolah Tinggi Manajemen Industri
Jakarta, 30 Oktober 2014
“Ingin membuat aplikasi mobile?”
Kenapa kita masih koding untuk multiple platform?
“Apa yang kita butuhkan untuk membuat aplikasi yang mendukung berbagai platform?”
Perangkat mobile berkembang sangat cepat
“Cordova, AngularJS dan Ionic”
“Hello.”
ionic.css
atau Sass PreprocessorLebih dari 600 font-icon dengan MIT licensed
{{ item.name }}
{{ item.quote }}
ng-repeat
{{ c.name }}
{{ c.email }}
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;
}
});
Back
$ npm install -g ionic
_ _
(_) (_)
_ ___ _ __ _ ___
| |/ _ \| '_ \| |/ __|
| | (_) | | | | | (__
|_|\___/|_| |_|_|\___| CLI
$ npm install -g ionic cordova
$ ionic platform add android
$ ionic build android
$ ionic emulate android
$ ionic run android
$ ionic serve
Easy-to-follow videos, tutorials and formulas
learn.ionicframework.com
Visit the Community Forum
forum.ionicframework.com
Contribute on GitHub
github.com/driftyco/ionic
</Q&A>