android 浏览器开发设计.pdf
文本预览下载声明
中国科技论文在线
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 业务的不
断上市,通过手机访问网络将逐渐成为用户的生活习惯之一,这将推动全功能智能手机浏览
器市场的快速增长。手机浏览器作为用户手机上网必备的应用软件之一,未来的用户数量将
呈现快速增长的态势。
显示全部