26
Rapid mobile app development using Ionic framework Swaminathan Vetri Senior Engineer at Target | Microsoft MVP

Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom

  • Upload
    others

  • View
    18

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom

Rapid mobile app development using Ionic framework

Swaminathan VetriSenior Engineer at Target | Microsoft MVP

Page 2: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom

About me

• Senior Engineer @ Target

• Microsoft MVP - Visual Studio & Development technologies

• Windows/Web/Cross platform mobile developer

• Blogger, Speaker, Amateur Photographer, Gadget Freak

photographer, Gadget freak

[email protected]

@svswaminathan

wannabeegeek.com

Page 3: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom
Page 4: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom

Objective

What is Ionic ?

Why Ionic?

What it offers ?

How it speeds up mobile app development ?

Demos, Demos and Demos …

Page 5: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom

IONIC IS THE BEAUTIFUL, OPEN SOURCE SDK FOR DEVELOPING NATIVE AND

PROGRESSIVE WEB APPS

Page 6: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom

Why Ionic ?

Page 7: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom

Where does Ionic fit in ?

Your App

Ionic

Angular JS

Cordova

Native SDK

Page 8: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom

MORE THAN CODE.IONIC IS AN ECOSYSTEM

Page 9: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom

Mobile app development with Ionic

Idea

Prototype

BuildDistribute

Monitoranalytics

Page 10: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom

What Ionic offers ?

Page 11: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom

Ionic Creator

Creator is a drag-&-drop prototyping tool for creating great apps using Ionic, with just a click of the mouse.

Page 12: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom

LETS CREATE

Page 13: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom

Ionic CLI

Install ionic from npm

npm install –g ionic cordova ionic start

ionic serve

Ionic build

ionic emulate/run

ionic resources

ionic docs

ionic upload

ionic share

and many more and more …

Page 14: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom

LETS COMMAND

Page 15: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom

Tooling

Ionic playground – can be used as a REPL for learning Ionic

Ionic Lab – Desktop app to create ionic apps

Any text editor of your choiceVisual Studio 2015

VS Code

Sublime Text

Atom

Vim

Emacs etc.,

Page 16: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom

Ionic framework

JS components

CSS components

Ion icons

ngCordova/Ionic native

Ionic Cloud

Page 17: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom

JS Components

Action Sheet

Backdrop

Popup

Popover

Modal

Loading

Spinner

Slide box

Tabs

Side Menus

Navigation

Header

Footer

Form inputs

ion-checkbox

ion-radio

ion-toggle

Lists

ion-list

ion-item

ion-delete-button

ion-option-button

ion-reorder-button

collection-repeat

ion-refresher

ion-pane

ion-content

and many more and more ….

Page 18: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom

CSS Components

Header

Footer

Buttons

List

Cards

Form inputs

Toggle

Range

Select

Tabs

Grid

and many more and more ….

Page 19: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom

ngCordova/Ionic Native

ngCordova gives simple AngularJS wrapper for most commonly used cordova plugins to make app development efficient and faster

Barcode scanner

Camera

TouchID

Oauth

iBeacon

Social Sharing

Push notifications

Progress indicators

and many more and more …

Ionic Native is ngCordova’s ES6 and Typescript equivalent focused more for ng2 and Ionic v2 apps

Page 20: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom

LETS BUILD

Page 21: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom

Ionic Cloud

Users - User authentication

Push - Push notifications

Deploy - Live app deployment

Package - Native app packaging

Other services in alpha/betaAnalytics - To capture the various telemetry about the app

Deep linking – To easily link to content hidden deep inside the

app

and many more and more ….

Page 22: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom

Ionic View

Ionic View makes it easy to share your Ionic and Cordova apps with clients and testers around the world, all without ever going through the App Store.

Sign up at apps.ionic.io

Run the below ionic CLI commands

ionic upload

ionic share <email>

Page 23: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom

LETS VIEW

Page 26: Rapid mobile app development using Ionic framework€¦ · Ionic Lab –Desktop app to create ionic apps Any text editor of your choice Visual Studio 2015 VS Code Sublime Text Atom