html5 mobile develop tools

30
选选选选选选选选选 ——HTML5 选选选选 @ 选选

Upload: ley-liu

Post on 06-May-2015

204 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: Html5 mobile develop tools

选择合适的开发工具

——HTML5移动开发@草丁

Page 2: Html5 mobile develop tools

目录

• Have to know

• About Mobile Web App

• About Game

2

Page 5: Html5 mobile develop tools

5https://developers.google.com/chrome-developer-tools/docs/remote-debugging

Page 6: Html5 mobile develop tools

6http://people.apache.org/~pmuellr/weinre/docs/latest/Home.html

Page 7: Html5 mobile develop tools

7http://debug.phonegap.com/

Page 8: Html5 mobile develop tools

8

Page 11: Html5 mobile develop tools

Have to Know: iOS

11https://developer.apple.com/library/safari/navigation/

Safari Web Content Guide

Page 12: Html5 mobile develop tools

Have to Know: Android

12http://developer.android.com/guide/webapps/index.html

Page 13: Html5 mobile develop tools

目录

• Have to know

• About Mobile Web App

• About Game

13

Page 14: Html5 mobile develop tools

Mobile Web App

14http://jquerymobile.com/

jQuery Mobile: Touch-Optimized Web Framework for Smartphones & Tablets

Page 15: Html5 mobile develop tools

Mobile Web App

15http://zeptojs.com/

If you use jQuery, you already know how to use Zepto.If you need to support Internet Explorer, you can fall back on jQuery.

Page 16: Html5 mobile develop tools

Mobile Web App

16http://jqtouch.com/

A Zepto/jQuery plugin for mobile web development on the iPhone, Android, iPod Touch, and other forward-thinking devices.

Page 17: Html5 mobile develop tools

Mobile Web App

17http://www.sencha.com/products/touch

Page 18: Html5 mobile develop tools

Mobile Web App

18http://framework.joshfire.com/

Page 19: Html5 mobile develop tools

Mobile Web App

19http://the-m-project.net/

Page 20: Html5 mobile develop tools

Mobile Web App

20http://joapp.com/

Page 21: Html5 mobile develop tools

Mobile Hybrid App

21http://phonegap.com/

Page 22: Html5 mobile develop tools

目录

• Have to know

• About Mobile Web App

• About Game

22

Page 23: Html5 mobile develop tools

Web Game

23https://github.com/cocos2d/cocos2d-html5

图片来源: http://www.programmer.com.cn/12198/

Page 25: Html5 mobile develop tools

Mobile Web Game

25http://www.limejs.com/

Page 26: Html5 mobile develop tools

Mobile Hybrid Game

26http://www.ludei.com/

CocoonJS is a platform that allows developers to deploy, accelerate, and monetize their JavaScript HTML5 games on the App store and Google Play.

Page 27: Html5 mobile develop tools

Mobile Web

27http://www.appmobi.com/

Page 28: Html5 mobile develop tools

Others

28http://www.mobl-lang.org/

Statically typed language, enabling great IDE support and as-you-type error detection, while reducing the amount of typing other statically typed languages require, through type inference.

Scripting language syntax similar to Javascript. Declarative domain-specific language (DSL) for defining user

interfaces. Declarative concise DSL for defining data models. Data is stored on

the device. No server back-end required. Easy access to existing “native” Javascript libraries and widgets. Compiler generates static Javascript and HTML files, ready to be

deployed to any web host and to be cached on the device, to enable offline web applications.

Page 29: Html5 mobile develop tools

Others

29http://www.touchqode.com/index.htm

Page 30: Html5 mobile develop tools

Thank You