- 1、本文档共6页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
android 浏览器开发设计
中国科技论文在线
Android 浏览器应用开发平台的设计与实现
李增辉*
(北京邮电大学信息与通信工程学院,北京 100876 )
摘要:本文研究了Android 浏览器应用开发平台,设计实现了一套基于Android 平台的服务
器端与客户端相互通信的标准。主要对Android 平台浏览器内核WebKit 的工作原理进行了
深入研究,并且借助Plug-in 插件对Android 浏览器进行了功能扩展,在服务端和客户端分
别实现了功能代码的设计与实现。最终增加了服务端所能提供的服务,提高了服务端与客户
端的交互能力,满足了客户端用户的需求。
关键词:计算机应用;Android;WebKit;Plug-in;HTML
中图分类号:TP311.1
The Design and Implementation of Application Development
Platform of Browser on Android
LI Zenghui
(Information and Communication Engineering School, Beijing University of Posts and
Telecommunications, Beijing 100876)
Abstract: This paper studies the Android browser application development platform, designs and
implements a set of standards of communication between the server-side and the client-side based on
Android platform. Mainly with doing an in-depth research on the working principle of the WebKit on
Android platform, and using Android Plug-in as a way of extending the features of Android browser,
the standard achieves the functional design and implementation of the code both on the server-side and
the client-side. Ultimately the standard increases services the server could provide, improve interaction
capacity between the server and the client, and meets the needs of the client user.
Key words: Computer Applications; Android; WebKit; Plug-in; HTML
0 引言
如今,智能手机已经稳稳地主导手机主流市场。智能手机除了具备手机的通话功能外,
还具备了PDA 的大部分功能,特别是个人信息管理以及基于无线数据通信的浏览器、GPS
和电子邮件功能。目前业界最看好的应属Google 推出不久的Android 开源移动平台计划。
Android 是以Google 为首的开放手机联盟于2007 年11 月5 日开发的基于Linux 平台的开源
手机平台[1] 。
在智能手机的众多功能中,网络接入是其中最重要的功能之一。随着各类3G 业务的不
断上市,通过手机访问网络将逐渐成为用户的生活习惯之一,这将推动全功能智能手机浏览
器市场的快速增长。手机浏览器作为用户手机上网必备的应用软件之一,未来的用户数量将
呈现快速增长的态势。
文档评论(0)