kendo ui mobile research

23
Kendo UI Mobile HTML5 Widgets Javascript Framework CCA 2.0 Research & Development Draft by Simon Zhou Nov 7 th , 2012

Upload: simon-zhou

Post on 20-Mar-2017

1.306 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Kendo ui mobile research

Kendo UI MobileHTML5 Widgets

Javascript Framework

CCA 2.0 Research & Development

Draft by Simon ZhouNov 7th, 2012

Page 2: Kendo ui mobile research

Kendo UI Mobile

2

Page 3: Kendo ui mobile research

3

Overview• Build apps that look-and-feel native on iOS,

Android and BlackBerry• HTML5, CSS3, Javascript• Orientation, touch supported• Chrome, Safari supported, Firefox partially

supported, Internet explorer 9 not support yet• Windows phone and tablet not supported yet

Page 4: Kendo ui mobile research

4

Widgets

ActionSheetActionSheet

ButtonButtonGroup

ListViewModalView

NavBarPopOver (tablet)

ScrollerScrollView

SwitchTabStrip

Page 5: Kendo ui mobile research

5

Widgets

ActionSheetButton

ButtonGroupListView

ModalViewNavBar

PopOver (tablet)Scroller

ScrollViewSwitch

TabStrip

Page 6: Kendo ui mobile research

6

Widgets

ActionSheetButton

ButtonGroupListView

ModalViewNavBar

PopOver (tablet)Scroller

ScrollViewSwitch

TabStrip

Page 7: Kendo ui mobile research

7

Widgets

ActionSheetActionSheet

ButtonButtonGroup

ListViewModalView

NavBarPopOver (tablet)

ScrollerScrollView

SwitchTabStrip

Page 8: Kendo ui mobile research

8

Widgets

ActionSheetActionSheet

ButtonButtonGroup

ListViewModalView

NavBarPopOver (tablet)

ScrollerScrollView

SwitchTabStrip

Page 9: Kendo ui mobile research

9

Widgets

ActionSheetActionSheet

ButtonButtonGroup

ListViewModalView

NavBarPopOver (tablet)

ScrollerScrollView

SwitchTabStrip

Page 10: Kendo ui mobile research

10

Widgets

ActionSheetActionSheet

ButtonButtonGroup

ListViewModalView

NavBarPopOver (tablet)

ScrollerScrollView

SwitchTabStrip

Page 11: Kendo ui mobile research

11

Widgets

ActionSheetActionSheet

ButtonButtonGroup

ListViewModalView

NavBarPopOver (tablet)

ScrollerScrollView

SwitchTabStrip

Page 12: Kendo ui mobile research

12

Widgets

ActionSheetActionSheet

ButtonButtonGroup

ListViewModalView

NavBarPopOver (tablet)

ScrollerScrollView

SwitchTabStrip

Page 13: Kendo ui mobile research

13

Widgets

ActionSheetActionSheet

ButtonButtonGroup

ListViewModalView

NavBarPopOver (tablet)

ScrollerScrollView

SwitchTabStrip

Page 14: Kendo ui mobile research

14

Widgets

ActionSheetActionSheet

ButtonButtonGroup

ListViewModalView

NavBarPopOver (tablet)

ScrollerScrollView

SwitchTabStrip

Page 15: Kendo ui mobile research

15

Programming

JavaScript frameworks base on JQueryMVVM design patternData source and Data binding

Page 16: Kendo ui mobile research

16

Design Tools - KenDo UI Dojo

Page 17: Kendo ui mobile research

17

Customize Tools - themebuilder

Page 18: Kendo ui mobile research

18

DatasourceDataSource component - is an abstraction for using local

(arrays of JavaScript objects) or remote (XML, JSON, JSONP) data.

Kendo UI includes validation out-of-the-box via the Validator component, which offers a mechanism of performing client-side form validation.

Page 19: Kendo ui mobile research

19

IntegrationIs able to Work with:

PhoneGapKendo UI WebKendo UI DataViz (Data Visualizations Chart Widgets)

Page 20: Kendo ui mobile research

20

Sample Code

<div data-role="view" data-title="Detail Buttons"> <ul data-role="listview" data-style="inset" data-type="group"> <li>Default button styles <ul><li>Contact Add<a data-role="detailbutton" data-

style="contactadd"></a></li> <li>Detail Disclose<a data-role="detailbutton" data-

style="detaildisclose"></a></li> <li>Row Insert<a data-role="detailbutton" data-

style="rowinsert"></a></li> <li>Row Delete<a data-role="detailbutton" data-

style="rowdelete"></a></li></ul> </li> <li>Custom icons <ul><li>More info<a data-role="detailbutton"

data-icon="more"></a></li> <li>Battery level<a data-role="detailbutton" data-

icon="battery"></a></li></ul> </li> </ul></div>

Page 21: Kendo ui mobile research

21

VersionQ3 2012 Beta Oct 25, 2012Q2 2012 SP1 Sep 14, 2012Q2 2012 Jul 11, 2012Q1 2012 SP1 May 15, 2012…CTP Nov 19, 2011

Page 22: Kendo ui mobile research

22

PricesKendo UI Complete $699 / developer

Kendo UI Web, Mobile and DataVizOne year free updates (Unlimited tickets, 48h response time)

Kendo UI Web $399 / developer One year free updates (10 tickets, 48h response time)

Kendo UI Mobile $199 / developer One year free updates (10 tickets, 48h response time)

Kendo UI Web $399 / developer One year free updates (10 tickets, 48h response time)

Page 23: Kendo ui mobile research

23

Thank youThis document was uploaded to our Team SharePoint

Documents site.

https://raymarkcom.sharepoint.com/SaksCCA/Documents/Research/Kendo UI Mobile research.pptx

Thanks for your time.Have a nice day!