基于安卓Android二手图书交易系统的设计与实现(含录像)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

基于安卓Android二手图书交易系统的设计与实现(含录像)(毕业论文说明书10000字,程序代码)
摘要
伴随着3G时代的到来,移动终端所能完成的功能在各行各业日益广泛和深入,移动便携的概念早已深入人心,让人们更加的依赖移动终端。本课题来源于校园内对二手图书交易系统在移动终端便捷使用的需求。传统学校二手图书交易系统是采取PC机通过局域网连接服务器端的形式进行操作,缺少对移动端的支持,学生无法随时随地使用该系统。因此本应用基于Android移动平台,让学生可以通过Android移动终端更方便快捷地使用该系统。
学生可以通过浏览器查阅所需要的内容,本系统是通过Android移动客户端达到同样的效果。
本系统是基于Android平台开发的一个二手图书交易系统,主要完成软件的整体设计以及各个功能的实现。在Windows操作系统平台下,搭载Android_2.3.3_SDK开发环境,采用JAVA语言作为主要开发语言,使用Eclipse完成后台代码的编写,运用多线程技术保证程序性能,结合Photoshop为界面UI美化,从而完成的一个Android客户端。
本论文是以系统的开发为线,介绍了此系统的设计与实现过程,从软件设计的角度对系统的理论基础、系统概要设计以及系统具体实现进行了详细研究。整个过程严格遵循了软件工程的思想和UI视觉享受的理念,保证了系统的实用价值。

关键字:Android,移动终端,二手图书交易
 
Design and Implementation of Android system based on second-hand book trade
Abstract
With the arrival of 3G era, mobile terminal functions can be completed in all walks of life increasing breadth and depth , the concept has long been popular mobile portable , so people are more dependent mobile devices. The subject comes from the demand for second-hand books on campus trading systems in the mobile terminal and convenient to use. Second-hand book trade traditional school system is to take the form of a PC via a LAN connection to operate the server side , the lack of support for mobile clients, students can not use the system anytime, anywhere. Therefore, the application based on the Android mobile platform , so that students can more easily and quickly by using the system Android mobile devices.
Students can access the desired content through the browser , the system is to achieve the same effect by Android mobile client .
This system is based on a second-hand book trade system Android platform, mainly to complete the overall design of the software and the realization of various functions . In the Windows operating system platform , equipped Android_2.3.3_SDK development environment, using JAVA language as the primary development language , using Eclipse to write code to complete the background , the use of multi-threading technology to ensure application performance , combined with Photoshop to beautify the UI interface , thus completing a Android client.
This paper is the development of systems for the line , introduces the design and implementation process of this system , from the perspective of software design rationale , system level design and system implementation were studied in detail . The whole process strictly follow the UI visual thinking and enjoy the idea of software engineering to ensure that the practical value of the system.

Key words: Android, The mobile terminal, Used Book Trade
   
论文主要结构及内容如下:
第一章绪论,介绍项目背景,阐述项目开发的意义。
第二章相关知识介绍,介绍项目开发的相关技术与知识。
第三章系统需求分析,分析系统开发的各方面需求,为设计做准备。
第四章系统功能设计,介绍系统主要功能模块的设计。
第五章系统功能实现,介绍系统的后台逻辑处理模块的具体实现。
第六章系统测试,通过测试验收产品。

3.1 系统主要功能模块
购买模块:主要实现的是购买图书功能。
评论模块:主要实现的是评论功能。
购物车模块:主要用来展示用户的购物车信息。
注册登录模块:用户的注册和登录。
 

基于安卓Android二手图书交易系统的设计与实现(含录像)
基于安卓Android二手图书交易系统的设计与实现(含录像)
基于安卓Android二手图书交易系统的设计与实现(含录像)
基于安卓Android二手图书交易系统的设计与实现(含录像)
基于安卓Android二手图书交易系统的设计与实现(含录像)
基于安卓Android二手图书交易系统的设计与实现(含录像)
基于安卓Android二手图书交易系统的设计与实现(含录像)


目    录   
第1章    绪论    23
1.1 研究背景    23
1.2 研究现状    23
1.3 研究目的及意义    23
1.4 本文组织结构    24
第2章 Android相关技术背景介绍    23
2.1 Android操作系统简介    23
2.1.1 Android简介    23
2.1.2 Android的特点    23
2.1.3 Android架构    23
2.2 SQLite简介    24
2.3 Android的安装    25
2.4 Android布局管理器    26
2.5 Android基本组件介绍    27
2.4.1 Activity简介    27
2.5.2 Intent简介    28
2.6 四大组件的使用    28
2.7 Android项目    29
第3章 系统总体结构设计    23
3.1 系统主要功能模块    23
3.2 数据库设计    23
3.2.1 数据库概念模型设计    23
3.2.2 数据库的相关操作    24
第4章 二手书交易系统的实现    25
4.1 主界面的实现    25
4.2 主要功能的实现    27
结论    35
参考文献    36
谢辞    37