Saturday, July 30, 2016

Ionic Introduction and Overview

Been developing mobile apps using the traditional method, gosh, huge pain. Ionic is a cross platform solution, let s you develop mobile apps using html5. like web apps, html, css..

Ionic built on top of Angular JS.

We want our app to be available on the Android and iOS platform.

Android - download Eclipse, Android Studio, Android specific content, Activity, Intents
iOS - download Xcode IDE on Mac, Objective C, Swift, storyboards, write same functionality in two different languages,
windows, C#, VS IDE,

developing apps this way rewrite same funciton in two or more languages, and especially when adding extra functionality.

Ti write web apps, just need browser...html, css JS, have a single code base for all platforms. USe a webview to display it.

Ionic and Cordova

Services: View, Creator, Push notifications

App Stack

Your code
Ionic
AngularJS
Cordova/Webview
Android/iOS SDK


No comments:

Post a Comment