hybrid mobile app with kendo ui mobile

26
facebook.com/ telerik @telerik Hybrid Mobile Application & Kendo UI Mobile

Upload: dhananjay-kumar

Post on 15-May-2015

4.287 views

Category:

Documents


0 download

DESCRIPTION

Slides of Hybrid mobile app with Kendo UI Mobilesession in CSC Noida

TRANSCRIPT

Page 1: Hybrid mobile app with Kendo UI Mobile

facebook.com/telerik

@telerik

Hybrid Mobile Application &Kendo UI Mobile

Page 2: Hybrid mobile app with Kendo UI Mobile

Agenda

What is Hybrid Application

Introducing Kendo UI Mobile

Demo creating TEARCH APP

Demo creating Netflix Movie Browser

Page 3: Hybrid mobile app with Kendo UI Mobile

Dhananjay Kumar– Customer Advocate, Telerik India– Microsoft MVP – Connected System

Development– Mindcracker MVP– @debug_mode– http://debugmode.net– http://telerikhelper.net – [email protected]

Who Am I ?

Page 4: Hybrid mobile app with Kendo UI Mobile

Different Types of AppsApps for Devices

Native Apps

Mobile Web Apps

Hybrid Apps

Page 5: Hybrid mobile app with Kendo UI Mobile

facebook.com/telerik

@telerik

Native Apps Development • Objective C• MACiOS

• Java • Eclipse Android

• Visual Studio • C#/XAML

Windows Phone

100 LOC

100 LOC

100 LOC

300 LOC

Development

Maintenance

Page 6: Hybrid mobile app with Kendo UI Mobile

facebook.com/telerik

@telerik

What is Hybrid App ?

Neither Native App nor Web App

Page 7: Hybrid mobile app with Kendo UI Mobile

facebook.com/telerik

@telerik

Single Code Base

ios Android Windows

Page 8: Hybrid mobile app with Kendo UI Mobile

facebook.com/telerik

@telerik

Hybrid App Development

CSS

JAVASCRIPT

HTML

Deploy using Cordova

ios Android

Windows Phone

Various Platforms

Page 9: Hybrid mobile app with Kendo UI Mobile

Steps for Hybrid App Development Step 1: Create App using

HTML JavaScript , CSS

Step 2: Package the App using Phone Gap

Step 3: Submit the package to App Store, Market Place or Google Play

Page 10: Hybrid mobile app with Kendo UI Mobile

How it works ?It runs in Web View Control UIWebView : ios, WebView : Android

Runs in full screen mode using Web Kit browsers

Access Device capabilities using Cordova JS API

Page 11: Hybrid mobile app with Kendo UI Mobile

Hybrid or Native?Hybrid

Multiple Platform

Easy to build

Use existing web development skills

Best suited for Data Driven Applications

Native

Fast Performance

Complex Codes

Huge learning curve

High investment but better performance

Page 12: Hybrid mobile app with Kendo UI Mobile

Summary

Target multiple mobile platforms

Take advantage of device capabilities like geolocation , contacts , camera etc.

App will run even if device is offline

Really do not need advanced graphics performance

Page 13: Hybrid mobile app with Kendo UI Mobile

facebook.com/telerik

@telerik

- Introduction

Kendo UI

Page 14: Hybrid mobile app with Kendo UI Mobile

Everything you need to build HTML5 + JavaScript sites & APPS

What is Kendo UI ?

“Kendo UI solves an important problem faced by JavaScript and HTML5 developers. It delivers a unified framework backed by professional support. It's easier to learn, easier to upgrade, ultimately making it easier to build apps with HTML5.”

-Todd Anglin, VP – HTML5 Web & Mobile Tools, Telerik

Page 15: Hybrid mobile app with Kendo UI Mobile

Kendo UI Blocks

Kendo Framework Elements

Kendo UI Web

Kendo UI DataViz

Kendo UI Mobile

Page 16: Hybrid mobile app with Kendo UI Mobile

facebook.com/telerik

@telerik

Kendo UI Mobile

Page 17: Hybrid mobile app with Kendo UI Mobile

HTML5 powered native mobile UI that automatically adapts to different devices

What is Kendo UI Mobile ?

Page 18: Hybrid mobile app with Kendo UI Mobile

Native UI on Every Device

Page 19: Hybrid mobile app with Kendo UI Mobile

Automatic Layout System

Page 20: Hybrid mobile app with Kendo UI Mobile

Tablet Ready

Page 21: Hybrid mobile app with Kendo UI Mobile

Ready for App Stores

Page 22: Hybrid mobile app with Kendo UI Mobile

Kendo UI Framework

DataSource Model Template MVVM

Drag OvservableObject Node Template

OvservableArray Validator

Draggable

Page 23: Hybrid mobile app with Kendo UI Mobile

Kendo UI Mobile WidgetsActionShee

tBackButto

n Button ButtonGroup

DetailButton

Layout ListView Loader ModalView NavBar

Pane PopOver Scroller ScrollView SplitView

Switch Swipe TabStrip View

Page 24: Hybrid mobile app with Kendo UI Mobile

Complete Mobile Application Framework

Page 25: Hybrid mobile app with Kendo UI Mobile

facebook.com/telerik

@telerik

Building Apps with Kendo UI Mobile

Page 26: Hybrid mobile app with Kendo UI Mobile

facebook.com/telerik

@telerik

DEMO