设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
基于Android的租房软件的设计与实现(任务书+论文+中期检查表+设计源码+答辩PPT)
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  
8">5.7 用户主界面 32

5.7.1 热门房源界面 34

5.7.2 地图定位 34

5.7.3 周边房源界面 35

5.7.4 我的备忘界面 36

5.7.5 留言信息界面 37

6 系统配置与测试 38

6.1 系统配置 38

6.2 系统测试目的 39

6.3 系统测试方法概念 39

6.4 软件的性能测试 39

6.5 测试结论 40

致 谢 41

参考文献 42

附录   外文文献翻译 43

中文翻译: 安卓开发技术 43

外文文献:  Android 46

 



,

基于Android的租房软件的设计与实现
 

网络技术的快速发展与普及,使大量的web应用走进我们的生活,但由于不能随时随地使用,已经逐渐无法适应人们的使用需求,局限性较大。移动设备的出现,使技术发展出现了新的方向,多种多样的移动客户端诞生了,并且迅速普及到各年龄段人群当中。本系统针对“随时随地查看房屋出租信息”这一要点而设计,本文描述了Android平台下的房屋出租软件的设计实现过程,其目的是让人们移动设备上享受租房网站的多种基本功能,本设计采用了MVC软件开发模式,客户端的实现是使用基于javaAndroid技术完成,而管理端则是采用了ssh框架设计完成,数据存储使用了易用、轻量的MySQL数据库安卓客户端实现用户注册登录,热门房屋,周边房屋,我的备忘录,留言信息,个人管理等功能;管理端实现了用户管理和房屋信息管理两部分功能在设计、实现过程中,坚持“功能明确、界面直观”的原则,注重提升用户体验。

关键词  Android平台;房屋出租Java开发语言;MYSQL数据库

Design and implementation of HouseRentApp
based on Android
Abstract

The rapid development and popularization of network technology, made a large number of web applications came into our life, but these kind of applications can not be used anywhere, has been gradually unable to adapt to people's needs, the limitations are large. With the emergence of mobile devices, the development of technology has emerged a new direction, a variety of mobile client was bornand quickly spread to all ages among the crowd. This system describes the design and implementation process of the housing rental software under the Android platform, which aims to make people enjoy a variety of basic functions of the housing rental website on the mobile device, and the purpose of this system is to design the housing rental software, The design uses the MVC software development model, the client is the implementation of the use of java-based Android technology to complete, and the management website use the SSH framework to design completed, and we use MySQL database to storage our data,which is easier to use and lightweight. Android client finally achieves six funcitions:the user registration login, popular housing, surrounding houses, my memo, message information, personal management and other functions; management website finally achieves the user management and housing information management functions in two parts. In the design and implementation process, I adhere to the principle which is" clear function, intuitive interface",and pay attention to enhance the user experience. Combined with the user's habits and the use of the tendency of mobile client, this form of housing rental information system, fully meets users’ needs, it must can be more close to the user's habits, and provides useful  information .

 

Keywords: Android platform; housing rental; Java development language; MYSQL database

   

     vii

1 概述 1

1.1 课题背景 1

1.2 发展现状和研究意义 1

1.3 系统设计思想 2

1.4 本文结构 2

2 开发环境介绍 4

2.1 开发平台介绍 4

2.2 Android技术 4

2.2.1安卓系统的架构 4

2.2.2 安卓开发平台的搭建 5

2.3 服务端所用框架及技术 7

2.4 JavaScript 8

2.5 JSPServlet 8

2.6 CSS 8

2.7 MYSQL数据库 9

3 系统分析 10

3.1 可行性分析 10

3.1.1 技术可行性 10

3.1.2 经济可行性 10

3.1.3 操作可行性 10

3.1.4 发展可行性 11

3.2 性能需求分析 11

3.3 功能需求分析 11

3.4.1 用户注册流程 12

3.4.2 登录流程 13

3.4.3 数据更改流程 13

3.5 系统用例分析    14

3.5.1 管理员用例 14

3.5.2 用户用例 15

3.6 界面需求分析 15

4 总体设计 17

4.1 系统功能设计 17

4.1.1 功能概述 17

4.1.2 系统功能结构 17

4.2 数据库设计 18

4.2.1 数据库设计原则 18

4.2.2 数据库设计过程描述 18

4.2.3 数据库实体 19

4.2.4 数据库表 21

5 详细设计 23

5.1 功能模块设计及部分核心代码 23

5.1.1 管理端 23

5.1.2 客户端 25

5.2 管理端登录页面 26

5.3 管理端主界面 26

5.3.1 用户留言管理界面 27

5.3.2 用户信息管理界面 27

5.3.3 添加租房信息界面 28

5.3.4 租房信息管理界面 29

5.4 客户端用户注册 29

5.5 用户登录界面 29

5.6 用户主界面 30

  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
基于Python的在线自主考试系 基于腾讯云的个人知识库管理系统 基于Android的酒店预定系统
基于matlab变频器控制交流电 基于微信小程序的家校联动平台管理 基于时频分析与自适应滤波技术的多
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!