登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 计算机类 > 软件工程 > 正文

休闲农业移动应用的设计与开发毕业论文

 2021-04-29 09:04  

摘 要

在电子技术和互联网以及移动互联网络的发展下,网络被带到现在的生活活动中,因而产生了电子商务,并且逐渐的在人们生活中普及起来。电子商务可以有效的减降商家的运营成本,提升经营收益,成为了一种商品交易的新模型。而随着移动互联网技术的逐渐成熟,让电子消费的发展变得更加生气蓬勃。

而电子商务不仅仅只在web端,随着智能手机的普及和安卓技术的发展,商家们已经将竞争扩展到移动应用上。并且近年来,随着我国经济的快速发展,全国人民的温饱早已解决,生活已经从物质转向精神,消费模式也逐渐从原有的商品交易扩展到了休闲娱乐等服务行业,并且国家对休闲农业开始大力提倡,消费者也更愿意在假期寻找一些农业休闲项目来放松而非呆在城市里。为了满足这种需求,进行了一个基于安卓平台的休闲农业电子商务平台的设计与实现,在这个平台上,农业休闲项目的信息被展示给用户,并支持用户对相关服务进行预订和查询等操作方式。开发中采用了android和Java开发技术,以及MySQL数据库,有支持后台的休闲农业项目管理,本论文主要描述了从设计到开发和测试的所有流程。

关键词:休闲农业,安卓,MySQL

Abstract

Because ofr the development of pc technology and the Internet , the network has been brought to the present life activities, thus resulting in electronic commerce, and gradually popularized in people's lives. Electronic commerce can effectively reduce the cost of business operations, improve operating income, has become a new model of commodity trading. And because of the gradual maturity of mobile technology, the procession of electronic consumption become more fast.

E-commerce is not only in the web side, with the popularity of smart phones and on the same time the development of Android technology, businesses have to expand the competition to mobile applications. Also in these years, because of the update of the level of the national economy and people’s good lives, consumption patterns gradually from the original commodity trading extended to leisure and entertainment service industry and state of leisure agriculture began to vigorously promote, consumers are more willing to in the holiday looking for some leisure agriculture projects to relax rather than staying at home for nothing. To meet this require, a based on the Android platform of leisure agricultural e-commerce platform is need to design and implement, in this platform, leisure agriculture project information is displayed to the user, and users can do booking and inquiry mode of operation. Development in the use of Android and Java development technology, as well as MySQL database, there is support for the background of leisure agriculture project management, this paper describes the design from the development and testing of all the process.

Keywords: Leisure agriculture,Android,MySQL

目 录

摘 要 III

目 录 1

1.1 课题背景及意义 3

1.2 国内外研究现状 3

1.2.1 国内现状 3

1.2.1 国外现状 4

1.3 本课题主要工作 4

第2章 开发环境介绍 5

2.1 JAVA技术 5

2.2 Eclipse介绍 5

2.3 Android开发环境配置 6

2.3.1 jdk的配置 6

2.3.2 sdk的配置 7

2.4 Android架构分析 7

2.4.1 应用程序框架 8

2.4.2 Android运行时的组件 8

第3章 需求分析 9

3.1 需求分析重要性 9

3.2 功能需求 9

3.3 性能需求 10

3.4 可行性分析 11

第4章 总体设计 12

4.1 总体设计重要性 12

4.2 开发运行环境 12

4.3 系统架构图 12

4.4 功能模块设计 13

4.5 数据模型图 14

4.6 程序流程图 15

第5章 详细设计 19

5.1 系统数据库设计 19

5.2 界面设计 20

第6章 系统实现 24

6.1 安卓客户端编码实现 24

6.1.1 用户注册模块实现 24

6.1.2 用户登录模块实现 24

6.1.3 商品查询实现 24

6.1.4 提交订单实现 24

6.1.5 购物车管理实现 25

6.2 安卓客户端实现效果图 25

第七章 测试与运行 40

7.1测试流程 40

7.2 功能测试 40

7.3安卓真机测试运行 42

结 论 43

参考文献 44

致 谢 45

第1章 绪论

1.1 课题背景及意义

如今在计算机的发展的如火如荼的情况下,再加上网络的普及,使得上网成为了大街小巷,从老到少的人都在使用,毕竟节奏快。到2015年12月底,大陆地区手机用户数量达到了13.06亿,手机用户已然形成了庞大用户群,随着手机移动应用的商业化和Android及ios等平台的普及,人们的生活已经和手机融为一体[1],密不可分,并且在不知不觉中改变着我们的生活习惯。

现在,人们对互联网数据和信息的处理和应用已经进入自动化、网络化和社会化的阶段。在互联网信息时代的今天,越来越多的互联网用户利用手机等移动端进行相关的网上交流和娱乐活动。移动端的发展成为互联网的一个重要的方向与趋势,它是互联网络和移动手持设备结合的产物。而移动端应用作为移动端的重要组成部分,也在最近几年得到了飞速发展。

在休闲农业的逐渐展露下,越来越多的人们对它的钟爱,再加上旅游局各方面的支持,参与经营的公司、人户和想要进行农业旅游的人数逐渐增多[2],开发出一款休闲农业的移动应用显得非常重要。

本文便是根据自己开发的休闲农业的移动应用开进行介绍的,包括了从设计到开发和最后的测试。

1.2 国内外研究现状

1.2.1 国内现状

在刚刚迈入21世纪的时候,由于我国没有将休闲农业作为旅游的意识,所以一直没有什么发展,但随着国外文化的影响,人们的生活质量提高,旅游变得越来越受欢迎,因为可以放松自己,所以以农业为特色的旅游也在逐步发展。而休闲农业也开始出现在大众眼里,先是旅游局和农业部门在背后力挺,大力支持,出台政策,再是在各种渠道进行宣传营销,使得它变得越来越热门。人们可以通过农业旅游而产生的高收入[2],在城市里待久了的宅男宅女也越来越喜欢农业旅游,前景很好。

1.2.1 国外现状

休闲农业在国外已经发展了很多年,发展到现在已经发展的十分完善了。在1865年的时候就有国家成立了与休闲农业相关的旅游协会。然后随着世界经济的发展,人们生活水平的提高,休闲农业的旅游也越来越受到大家的喜爱,并且逐渐向全球范围进行扩展,越来越多的人民开始了休闲农业的旅游。

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图