hybrid mobile app development with cordova

15
Hybrid Mobile App Development LOHITH GN NOV 26

Upload: lohith-goudagere-nagaraj

Post on 16-Apr-2017

342 views

Category:

Technology


2 download

TRANSCRIPT

Page 1: Hybrid Mobile App Development With Cordova

Hybrid Mobile AppDevelopmentLOHITH GNNOV 26

Page 2: Hybrid Mobile App Development With Cordova

About Me Microsoft MVP, VS Dev & Tech (6 years)

BDotNet UG Lead

Author

Technical Evangelist, Progress India

http://about.me/kashyapa | @kashyapa

Page 3: Hybrid Mobile App Development With Cordova

App Development Choices

Page 4: Hybrid Mobile App Development With Cordova

Platform Affinity

Acce

ss to

dev

ice

capa

bilit

ies

Native Apps● Single platform affinity● Written with platform SDKs● Must be written for each platform● Access to all native APIs● Faster graphics performance● AppStore distribution

Hybrid Apps● Cross-platform affinity● Written with web technologies

○ HTML5, CSS, JS● Runs locally on the device, supports offline● Access to native APIs● AppStore Distribution

Web Mobile Apps● Cross-platform affinity● Written with web technologies

○ HTML5, CSS, JS or Server Side (PHP, ASP.NET)● Runs on web server, viewable on multiple devices● Centralized Updates

NativeScript Apps● Cross-platform affinity● Written with JS, *CSS and markup● Direct access to native APIs● Native rendering engine● AppStore distribution

Page 5: Hybrid Mobile App Development With Cordova

Apache Cordova

Page 6: Hybrid Mobile App Development With Cordova

What is Cordova ?

“Apache Cordova is an open-source mobile development framework.Allows you to use standard web technologies - HTML5, CSS3, and JavaScript for cross-platform development. Applications execute within wrappers targeted to each platform.Rely on standards-compliant API bindings to access each device's capabilities such as sensors, data, network status, etc.”

Page 7: Hybrid Mobile App Development With Cordova

Architecture

Page 8: Hybrid Mobile App Development With Cordova

Image Credits: http://cordova.apache.org/docs/en/latest/guide/overview/index.html

Page 9: Hybrid Mobile App Development With Cordova

Installation

Page 10: Hybrid Mobile App Development With Cordova

Pre Requisites

Node JS

Install Cordova from npm

npm install –g cordova

Page 11: Hybrid Mobile App Development With Cordova

Creating New App

Page 12: Hybrid Mobile App Development With Cordova

cordova create hello com.example.hello HelloWorld

Page 13: Hybrid Mobile App Development With Cordova

Adding Platforms

Page 14: Hybrid Mobile App Development With Cordova

cordova platform add android/ios/browser/windows

cordova run <platform>

cordova emulate <platform>

cordova build <platform>

Page 15: Hybrid Mobile App Development With Cordova

Thank You !Lohith G Nhttp://about.me/kashyapa@kashyapa