摘 要 随着信息技术的不断更新,特别是07年谷歌公司推出了Android开放源码,让Android操作系统成为了移动平台的宠儿,二维码的广泛应用和Android智能手机的进一步普及,通过Android平台下的摄像和绘图功能,利用二维码的编码和解码原理,通过Android手机对二维码的数据进行解析和编码,实现对二维码快递生成和识别系统。 本设计是一个基于andriod平台的二维码快递信息查询系统,采用C/S模式,剖析了基于二维码快递识别系统的逻辑及功能划分,并通过对快速响应矩阵码(QR Code)生成和识别技术,通过智能手机摄像头识别二维码的信息。本系统采用Java的MVC模式及eclipse开发工具,从需求分析到游戏的设计、实现、调试,最终实现实现了手机二维码识别和生成功能。并经过严格的测试,可以在手机上正常使用。 关键词:手机;Android;二维码快递; Java
Abstract Along with the information technology unceasing renewal, especially 07 years Google Corporation has launched the Android open source operating system, Android has become the darling of the mobile platform, widely used two-dimensional code and Android intelligent mobile phone further popularization, through the Android platform under the camera and drawing function, the coding and decoding principle of two-dimensional code, through the Android mobile phone the two-dimensional code data parsing and coding, the realization of two-dimensional code express generation and recognition system. The design is based on the two-dimensional code express information query system of Andriod platform, using C/S model, analyzes the logic and function classification of two-dimensional code recognition system based on the delivery, and by the quick response code (QR Code) generation and recognition technology, through the intelligent mobile phone camera to identify two-dimension code information. The system uses the Java mode of MVC and eclipse development tools, from demand analysis to the game design, implementation, debugging, and ultimately to achieve the mobile phone two-dimensional code recognition and generation function. After rigorous testing, and can be used in the mobile phone.
Key words: mobile phone; Android; two-dimensional code Express; Java
目 录 题目:基于andriod平台的二维码快递信息查询系统 II 摘 要 III Abstract IV 第一章 概述 1 1.1 研究背景 1 1.2 研究目的及意义 1 1.3 Android现状分析 2 1.4 Android系统的四大组件 3 1.5 开发技术及软件介绍 4 1.5.1 Java技术 4 1.5.2 Android平台 5 1.5.3 Android内核 6 1.5.4 Tomcat 7 1.5.5 Lib 7 1.5 本章小结 7 第二章Android平台搭建 8 2.1 Android的架构分析 8 2.2 Android特征 8 2.3 Android架构 8 2.3.1关键应用程序 9 2.3.2 应用程序框架 9 2.3.3进程管理机制 9 2.3.4应用的组成 10 2.3.5 系统运行库 11 2.4 Android应用的构成和工作机制 12 2.5 Android与其他手机操作系统的比较 12 2.6 Android基本知识简介 14 2.6.1 Intent之Action 14 2.6.2 Intent之类名跳转 14 2.6.3 SharedPreferences简介 15 2.6.4 SQLite简介 16 2.7 本章小结 17 第三章 系统需求分析 18 3.1二维码技术 18 3.2可行性分析 19 3.2.1经济上的可行性 19 3.2.2技术上的可行性 19 3.2.3操作上的可行性 19 3.3系统用户用例图 20 3.4功能需求分析 20 3.5 运行环境要求 21 第四章 系统总体设计 22 4.1系统功能结构图 22 4.2 数据流程分析 22 第五章 系统功能实现 24 5.1 系统主界面实现 24 5.2 扫描二维码快递功能实现 25 5.3 生成二维码快递功能实现 28 5.4 分享二维码快递功能实现 30 第六章 系统测试与维护 33 6.1 软件测试简介 33 6.2 系统测试的目的和意义 34 6.3 测试过程 34 结 论 35 致 谢 36 参考文献 37
第一章 概述 1.1 研究背景 随着移动通信的发展以及互联网向移动终端的普及,网络和用户对移动终端的要求越来越高,而Symbian,Windows Mobile,PalmOS等手机平台过于封闭,不能很好的满足用户的需求,因此市场迫切需要一个开放性很强的平台。经过多年的发展,第三代数字通信(3G)技术获得了广泛的接受,它为移动终端用户带来了更快的数据传输速率。Android是一套真正意义上的开放性的移动设备综合平台,它包括操作系统、中间件和一些关键的平台应用。Android是由Linux+Java构成的开源软件,允许所有厂商和个人在其基础上进行开发。Android平台的开放性等特点既能促进技术(包括平台自身)的创新,又有助于降低开发成本,还可以使运营商能非常方便地制定自己的特色化的产品。因此,它具有很大的市场发展潜力。 二维码的出现是为了解决一维条码无法解决的问题而产生。因而它具有高密度、高可靠性等特点,所以可以用它表示数据文件(包括汉字文件)、图像等。二维码是大容量、高可靠性信息实现存储、携带并自动适读的最理想的方法。手机二维码的业务类型主要有两种:一是识读,就是借助应用软件直接读出码上信息,它可以衍生出上网浏览、电子购物等多种应用;二是被读,就是由商家向手机用户发送二维码信息,通过设备识读,可作身份识别、电子凭证等之用。
|