Native / Web / Hybrid Native ? Web ? Hybrid ? Most popular Hybrid frameworks ? IONIC Framework ( What ? When ? Why ? ) Ionic Setup ( NodeJS & Cordova & Ionic & Emulator ) IDEs CLI Ionic Apps & IONIC Creator & IONIC View Sample Project Sample Api & Sample IONIC Project Workshop QUESTIONS?
Native / Web / Hybrid
Hybrid & Web
Ionic Framework & Hybrid
Popular Hybrid Frameworks http:// noeticforce.com/best-hybrid-mobile-app-ui-frameworks-html5-js-css http://tutorialzine.com/2015/10/comparing-the-top-frameworks-for-building-hybrid-mobile-apps /
IONIC Framework HTML5, AngularJS , Cordova ( PhoneGap ) Ionic is a complete open-source SDK for hybrid mobile app development. Built on top of AngularJS and Apache Cordova , Ionic provides tools and services for developing hybrid mobile apps using Web technologies like CSS , HTML5 , and Sass . Apps can be built with these Web technologies and then distributed through native app stores to be installed on devices by leveraging Cordova. Ionic was created by Max Lynch, Ben Sperry, and Adam Bradley of Drifty Co. in 2013, and is used by software developers around the World Why ? Performance obsessed,Angular & Ionic Native focused Beautifully designed A powerful CLI Fun to learn Min. DOM Manupulation Model bindings . ( AngularJS ) Documentation Extentable html & HTML5
IONIC - Structure
IONIC - Structure config parts package.json lists the used NodeJS modules bower.json lists the used Bower packages config.xml has all the properties for your created cordova project gulpfile.js describes GulpJS build tasks Below files are the base for your Ionic project. They are not very different to any other AngularJS application you might have seen. Additional you have some folders: hooks/ Not that important in the beginning,contains scripts which run at specific points of the workflow. plugins/ your installed cordova plugins www/ this is where the magic happens!