Top Banner
An Introduction to the Ionic Framework
16

Introduction to the Ionic Framework

Jul 15, 2015

Download

Technology

rrjohnson85
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Introduction to the Ionic Framework

An Introduction to the Ionic Framework

Page 2: Introduction to the Ionic Framework

Agenda

• Native vs Hybrid

• What is Ionic?

• Ionic CLI & Demos

• Related Projects

• Q & A

Page 3: Introduction to the Ionic Framework

Downside of Native

• Knowledge of each platform

• Separate code bases

• Expensive

Page 4: Introduction to the Ionic Framework

Apache Cordova

• Hybrid Apps

• Web wrapped in native

• Native APIs

• One code base, many platforms

Page 5: Introduction to the Ionic Framework

Native SDKs

• Views

• UI Components

• Navigation

• Transitions

• Animations

• Interactions

Page 6: Introduction to the Ionic Framework

What is Ionic?

Page 7: Introduction to the Ionic Framework

iOS Android

Froyo (2.2)0.4%

Gingerbread (2.3.x)7.4% Ice Cream

Sandwich ( 4.0.x)6.4%

Jelly Bean (4.[1-3].x)

44.5%

KitKat (4.4)39.7%

Lollipop (5.0)1.6%

Other3%

iOS 725%

iOS 872%

https://developer.android.com/about/dashboards/index.htmlhttps://developer.apple.com/support/appstore/

Page 8: Introduction to the Ionic Framework

“Bootstrap for Native”

• Responsive

• UI Components

• Transitions

• Icons

Page 9: Introduction to the Ionic Framework

AngularJS

• Directives

• Services

• Interactions

• Navigation and History

• Animations and Transitions

• Performance

• Much More…

Page 10: Introduction to the Ionic Framework

Lists

Page 11: Introduction to the Ionic Framework

Tabs

• Nested views

• Separate history

• Angular UI Router

Page 12: Introduction to the Ionic Framework

Side Menu

Page 13: Introduction to the Ionic Framework

Navigation

• Angular UI Router

• Back button

• Transitions

Page 14: Introduction to the Ionic Framework

Examples & Tooling

Page 15: Introduction to the Ionic Framework

Wrapping Up

• Open Source (check out GitHub page)

• Active Community

• Tons of online resources

• Wijmo 5 (wijmo.com/5)

• Xuni (goxuni.com)

Page 16: Introduction to the Ionic Framework

Thank You!