rapid mobile development with ionic framework - voxxdays ticino 2015

38
@YourTwitterHandle #Voxxed @YourTwitterHandle #Voxxed Rapid mobile development with Ionic framework Alessio Delmonti Wiralist

Upload: alessio-delmonti

Post on 16-Jul-2015

284 views

Category:

Mobile


0 download

TRANSCRIPT

Page 1: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

@YourTwitterHandle#Voxxed @YourTwitterHandle#Voxxed

Rapid mobile development

with Ionic frameworkAlessio Delmonti

Wiralist

Page 2: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

{{Alessio Delmonti }}

[email protected]@alexintoshFounder

Ionic Italia

CoFounder / CTO

CEO

HybridApps.io

Page 3: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

Summary

IS HYBRID RIGHT FOR ME?

NOT 2007 ANYMORE

WHAT IS IONIC FRAMEWORK?

IONIC ENVIRONMENT- HELPERS AND TOOLS

CASE STUDIES

DEMO TIME

Page 4: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

IS HYBRID RIGHT FOR

ME?

Page 5: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

IS HYBRID RIGHT FOR

ME?

NATIVE

APPS● Skills in each platform required

● Different SDKs

● Higher learning curve

● More platforms = More Bugs

● More time = More Money

● Better performance

● Web development skills

● Single SDK

● Rapid development

● Low learning curve

● Debug just one time

● Browser features

● Perfect for prototypes

● Faster go-to market strategy

HYBRID

APPS

Page 6: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

IS HYBRID RIGHT FOR

ME?

NATIVE

APPS● Skills in each platform required

● Different SDKs

● Higher learning curve

● More platforms = More Bugs

● More time = More Money

● Better performance

● Web development skills

● Single SDK

● Rapid development

● Low learning curve

● Debug just one time

● Browser features

● Perfect for prototypes

● Faster go-to market strategy

HYBRID

APPS

Page 7: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

NOT 2007

ANYMORE

Page 8: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

NOT 2007

ANYMORE

source: https://mixpanel.com

BETTER

PERFORMANCE

Page 9: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

IOS

ADOPTION TREND

7 → 8

source: https://mixpanel.com

NOT 2007

ANYMORE

Page 10: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

ANDROID

ADOPTION TREND

4.1 → 4.4

source: https://mixpanel.com

NOT 2007

ANYMORE

Page 11: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

ANDROID >= 4.4

chromium-based

with fresh new api

NOT 2007

ANYMORE

WEBVIE

W

Page 12: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

WHAT IS IONIC?

Page 13: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

+15k

stars

mont

h

3.6Million

s

500,000

100,000

apps

installs

per

Page 14: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

COMPONENTSSide Menus

Actionsheet

Modal

Pull To Refresh

Slidebox

Infinite Scroll

Swipeable List Options

Popup

Popover

Loading Overlay

Inputs

Buttons

etc.

Page 15: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

COMPONENTSSide Menus

Actionsheet

Modal

Pull To Refresh

Slidebox

Infinite Scroll

Swipeable List Options

Popup

Popover

Loading Overlay

Inputs

Buttons

etc.

Page 16: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

COMPONENTSSide Menus

Actionsheet

Modal

Pull To Refresh

Slidebox

Infinite Scroll

Swipeable List Options

Popup

Popover

Loading Overlay

Inputs

Buttons

etc.

Page 17: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

ARCHITECT

URE

Routing

MVC pattern

UI components as

directive

+63 Cordova plugins

GEOLOCATION

TOUCH ID

OAUTH

CSS designed to be

easily overridden

Easy customization

Stand-alone css

Page 18: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

PERFORMANCE

ORIENTEDHardware accellerated

animationsCACHED VIEWS

● View elements left in the DOM

● $scope disconnected when

cached

● State maintained

● Scroll positions maintained

● Highly configurable

No jQuery

(you can still use is)

Page 19: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

HELPE

RSAutomating

Icons and

Splash Screens

CORS issue

ionic serve - live

reload

live reload on

device

Page 20: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

HELPERS - platform

continuity

ios android

Page 21: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

HELPERS - ionic

view

Page 22: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

HELPERS - ionic

creator

Page 23: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

HELPERS - ionic

push

Page 24: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

HELPERS - ionic

deploy

Update your app without

resubmitting to the app store.

Page 25: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

HELPERS - ionic

analytics

● events

● Retention

● Heatmap

Page 26: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

HELPERS -

crosswalk

Chrome

webview

for everyone

Page 27: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

CASE

STUDIE

S

Page 28: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

● Splashscreen

● REST api

● Authentification

● Facebook

integration

● Native sharing

● Sidemenu

● Intro tour

● Sign up / Login

● Pull to refresh

Page 29: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

● Splashscreen

● REST api

● Authentification

● Facebook

integration

● Native sharing

● Sidemenu

● Intro tour

● Sign up / Login

● Pull to refresh

Page 30: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

● Splashscreen

● REST api

● Authentification

● Facebook

integration

● Native sharing

● Sidemenu

● Intro tour

● Sign up / Login

● Pull to refresh

28Days

Page 31: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

● Splashscreen

● Maps integration

● Geolocalization

● Setting page

● Native share

● Native mail

● About page

● Login / SignUp

● Protected area

● Rate my app

● Intro tour

Page 32: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

● Splashscreen

● Maps integration

● Geolocalization

● Setting page

● Native share

● Native mail

● About page

● Login / SignUp

● Protected area

● Rate my app

● Intro tour

Page 33: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

● Splashscreen

● Maps integration

● Geolocalization

● Setting page

● Native share

● Native mail

● About page

● Login / SignUp

● Protected area

● Rate my app

● Intro tour

10Days

Page 34: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

● Splashscreen

● REST api

● SQL lite

● DB Sync

● Search

● Favorite engine

● Sidemenu

Page 35: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

● Splashscreen

● REST api

● SQL lite

● DB Sync

● Search

● Favorite engine

● Sidemenu

Page 36: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

● Splashscreen

● REST api

● SQL lite

● DB Sync

● Search

● Favorite engine

● Sidemenu

3Days

Page 37: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

DEMO

TIMEVoxxDays Demo App

http://tinyurl.com/VoxxDemo

Page 38: Rapid mobile development with Ionic framework - Voxxdays Ticino 2015

Thanks for coming!

You can throw tomatoes now!Want to know more about ionic?

Check out http://tinyurl.com/AwesomeIonic