最新Android平台的移动图书馆客户端与开发本科论文.doc
文本预览下载声明
基于Android平台的移动图书馆客户端设计与开发
中文摘要
传统WEB应用只能在PC机上使用,不能做到随时随地的使用,为了解决这样的不足,基于Android平台的图书馆管理系统客户端就应运而生。本设计阐述了在Android平台下图书馆管理系统的设计与实现过程,其目的是让人们能够在基于Google Android平台的移动设备上享用传统WEB上图书馆管理系统的基本功能。本系统使用Android布局技术完成UI的设计,基于Java语言开发完成,在不同型号的设备模拟器上测试通过。系统实现了用户登录、图书查询、预约、挂失、借阅等功能。“操作简单,功能实用”这是本软件设计的核心理念,本系统力求创造最好的用户体验。
关键词:移动图书馆;Android;客户端;数据库设计;服务器端
ABSTRACT
The WEB application can only in traditional PC use, cant do it at any time and place to use, in order to solve the shortage of such, based on the Android platform of library management system client is made. This paper expounds the workbench Android library management system design and implementation process, and its purpose is to let people can be based on the Google Android platform of mobile devices to enjoy the traditional WEB on the basic functions of the library management system. The system use android UI design layout complete technology, based on the Java language development completed, in different types of equipment simulator test is passed. The system realizes the user login, inquires the books, the booking of the books, the lose of the books etc. Function. The operation is simple, functional practical this is the core idea of the software design, this system is the best tries to create user experience.
Key words : library management system; ANDROID; client; database design; server
目录
中文摘要 1
ABSTRACT 2
目录 3
1绪论 5
1.1研究背景及意义 5
1.2国内外研究现状 6
1.3研究内容 7
1.4研究方法和步骤 8
1.5论文的组织架构 9
1.6 本章小结 9
2移动图书馆终端平台技术分析 10
2.1图书馆移动服务技术应用类型 10
2.1.1手机信息服务 10
2.1.2瘦客户端/服务器类型 10
2.1.3胖客户端/服务器类型 10
2.1.4智能客户端/服务器类型 11
2.2基于Android的移动终端应用 11
2.2.1Android平台特征 11
2.2.2Android的架构和工作机制 12
2.3 移动图书馆关键技术分析 13
2.3.1 无线网络技术 13
2.3.2 数据库技术 13
2.4本章小结 14
3移动图书馆系统需求分析 15
3.1需要分析的目标与实现阶段 15
3.1.1移动学习终端平台的可行性研究 15
3.1.2移动学习终端平台的需求收集 16
3.2移动图书馆系统的功能性需求分析 16
3.2.1登陆模块 17
3.2.2书目检索模块 17
3.2.3书目预约模块 18
3.2.4我的图书馆模块 18
3.2.5读书笔记功能 19
3.2.6图书动态功能 19
3.3移动图书馆系统的非功能性需求分析 19
3.4移动图书馆系统的接口分析 19
3.5移动图书馆系统的特点分析 20
3.6 本章小结 20
4移动图书馆系统的设计 21
4.1系统总体设计 21
4.
显示全部