(完整版)基于Android平台的管理系统设计与实现毕业设计
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
基于Android平台的管理系统设计与实现
院系:信息科学与工程学院
专业班:计算机科学与技术班
姓名:
学号:
指导教师:
201 年月
基于Android平台的
管理系统设计与实现Design and Implementation of Online Management System Based on the Android Platform
摘要
基于Android平台的网上超市管理系统是结合当前最流行的移动平台开发的电子商务系统。本系统是PC端电商网站在Android平台的延伸,除了传统电商网站能够实现的各项基本功能之外还具有使用简单,操作方便等优点。利用本系统可以为超市的销售提供新的渠道。
本系统的开发运用了基于Java的Android SDK技术,系统采用C/S (客户端/服务器)结构实现。开发所采用的IDE为MyEclipse 10并安装由Google提供的Android Developer Tools。系统运行环境为Android版本4.0以上的移动设备。
本系统在电商网站的基础上完成了移动平台功能的设计,使用户能够在手机上方便的进行传统电商网站上所能完成的大部分操作。本系统的优点在于能够充分利用都市人群上下班途中、排队闲暇等碎片时间,提供方便快捷的购物方式,因此能够极大的抓住用户的依赖程度,提高超市自身品牌影响力,扩张超市营业范围,提高商品销售收入。
关键词:Android 移动设备网上超市
Abstract
This e-commerce system named Online Market Management System is based on the most popular mobile platform - Android platform. This system is an extension of PC e-commerce website on the Android platform. Except functions that normal e-commerce system can realize, this system also has many advantages like easily use and convenient. Using this system has provided a brand new way for market sales.
The development of this system has using the Android SDK based on Java technology, and achieve by C/S (Client/Server) structure. The IDE used for development is MyEclipse 10 which has installed Android Developer Tools provided by Google. This system need a mobile device that Android version is higher than 4.0 for running.
This system has completed the function of the mobile platform based on e-commerce sites, and allow user finish most functions which can be done at normal e-commerce sites. This system can make full use of pieces of time which like the way go to work and the way home, or when you get in a line waiting for something, to provide a fast convenient way to shopping. These advantages can seize the users' dependence, improve the influence, expansion the scope of the business and increase sales revenue.
Key words:Android mobile device Online Market
目录
摘要...................................................................................................ⅠAbstract (Ⅱ)
绪论...................................................................................................1 1可行性研究与需求分析 (1)
1.1可行性研究 (3)
1.1.1经济可行性 (3)
1.1.2技术可行性 (3)
1.1.3运行可行性 (3)
1.2需求分析 (3)
1.2.1系统问题分析 (3)
1.2.2系统逻辑模型的建立 (3)
1.2.3功能需求分析 (4)
2总体设计 (7)
2.1系统设计思想 (7)
2.2系统设计原则 (8)
2.3系统总体分析 (8)
3系统流程分析 (9)
3.1系统首页模块流程分析 (9)
3.2商品信息模块流程分析 (10)
3.3搜索模块流程分析 (11)
3.4购物车模块流程分析 (12)
3.5系统信息管理模块流程分析 (13)
4系统的功能实现 (14)
4.1开发工具的选