APPCAN study note 003-Native Development and HTML5 Technology
APPCAN study note 003-Native Development and HTML5 Technology
Technology qq exchange group: JavaDream: 251572072
1. HTML5 advantages:
Powerful and sturdy HTML5 skeleton
CSS3 refined to the skin of every pore
Tested javascript muscles
2. browser engine:
The world of webkit
Continuously upgraded Engines
Chrome's efficient instant debugging environment
---------------------------------
3. Overseas HTML5 Application Framework
APPMOBI
APPCONOMY
APPCELERATOR
PHONECAP
---------------------
A. phonecap is quite popular because it is based on html, css, and javascript.
B. jquerymobile is used for front-end display of mobile phones.
Jquerymobile and senchatouch use pure html5 front-end framework
The Interface Management and logic management functions of applications are implemented using html + css + javascript.
C. Use phonecap to call the mobile phone source application.
D. This may cause a problem. Although webkit is used by the browser engine
For example, ios4.0 and ios5.0 are not supported for all css attributes and html attributes,
For example, in a serious android system, android1.6, 2.0, 2.3, 3.0, and 4.0 are significantly different.
In this way, a pure html front-end framework is not really a fully exaggerated platform.
E. This leads:
1. Weak cross-platform adaptation
Performance in some systems is poor and unacceptable
2. Because they are separated, phonecap provides mobile phone hardware calls and the html framework provides ui maintenance,
In this way, the logic maintenance is complicated during local native development.
----------------------------------------------------
4. appcan promotes the hybrid mode.
A. appcan not only provides mobile phone underlying function calls, but also provides compatibility solutions.
UI Extension
B. compatibility issues are implemented through native code, solving the slow speed of low-end mobile phones
5. Provides code encryption and html code mixing functions to generate android and iPhone
You can also release the appstore version for applications in the wphone system.
To generate applications of different versions in different systems
--------------------------------------