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软件开发模式,客户端的实现是使用基于java的Android技术完成,而管理端则是采用了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 born,and 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 JSP、Servlet 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
|