登录

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

注册

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

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 理工学类 > 信息与计算科学 > 正文

基于Android的智能停车场管理系统的UI设计与实现毕业论文

 2020-07-07 09:07  

摘 要

随着我国经济的迅速增长,人民生活水平的逐步提高。社会上汽车数量也在逐年增加。由于有限的停车空间,停车困难的问题也日益突出。为改善停车困难的现状,需要更加智能,高效,人性化的停车场管理系统来取代传统的停车场系统。

因此,本次将开发一款基本Android操作系统的智能停车场管理系统APP。使得出行停车更加效率,提升对车位的利用率,同时方便停车场工作人员与车主。本款APP主要面向的用户是停车场工作人员,用户可以在支持Android系统的终端使用。在进行注册,登录,获取相应权限之后。就能通过APP实现智能化的停车管理。记录车牌,提供车位所在位置,提供会员和临时客户两种服务,分别统计,整理产生财务报表。通过产生的二维码支付临时停车费或会员费用。对快到期会员发出续费提醒。

关于UI设计方面,以用户体验为最高准则,根据开发难度适当进行调整。制定使人感到轻松愉悦的颜色和整体风格。设计合适的服务端,移动端的UI界面和图片,并进行适配。提供多种分辨率的图片。对APP的需求,开发工具,服务端和移动端的设计进行了充分详细的考虑分析。提供给移动端和服务端开发所需要的原型图和切图。

关键词:智能、停车场管理系统、Android、UI设计

UI Design and Implementation of Intelligent Parking Management System Based on Android

Abstract:

With the rapid growth of China's economy, people's living standards have gradually increased. The amount of cars has also increased gradually in society. The limited parking space makes the problem of parking difficulties increasingly prominent. In order to improve the status quo of parking difficulties, smarter, more efficient and friendly parking management systems are needed to replace traditional parking systems.

Therefore, this will develop a basic Android operating system intelligent parking management system APP. Make the parking more efficient, improve the utilization of parking spaces, and at the same time facilitate parking staff and owners. The main user of this section of the APP is the parking lot staff, and the user can use it in a terminal that supports the Android system. After registering, logging in, and obtaining the appropriate permissions. Can realize intelligent parking management through APP. Record the license plate, provide the location of the parking space, and provide members and temporary customers with two kinds of services, statistics and sorting out financial statements. The temporary parking fee or membership fee is paid by the generated two-dimensional code. Renewal reminds members who are about to expire.

Regarding UI design, user experience is the highest criterion and adjustments are made according to the difficulty of development. Create colors and overall style that make people feel relaxed and happy. Design a suitable server, mobile UI interface and pictures, and adapt. Provide multiple resolution pictures. The requirements of the APP, development tools, server-side and mobile-side design were fully considered and analyzed. Provides prototypes and cuts required for mobile and server development.

Keywords: intelligent、Parking Management System、Android、UI Design

目录

摘要: II

Abstract: III

第一章 绪论 2

1.1课题背景 2

1.2研究意义 3

1.3研究现状 3

1.4任务安排 5

1.5论文结构 5

第二章 相关介绍与前期准备 6

2.1关于Android的简介 6

2.1.1关于Android基本布局的简介 6

2.1.2关于Android基本组件的简介 7

2.2 MVC模式简介 8

2.3 Java简介 9

2.4 图像处理软件Photoshop简介 10

2.5 墨刀MockingBot简介 12

第三章 系统设计 14

3.1可行性分析 14

3.2功能描述 14

3.3非功能性需求 16

第四章 UI设计前期准备 17

4.1 设计理念 17

4.2 设计风格 17

4.3 屏幕适配 17

4.4 图案设计 19

第五章 UI设计最终实现 21

5.1 原型设计图 21

5.2 设计效果图 25

5.3 原型设计对应布局代码 27

5.4 Web界面设计及CSS代码 31

总结 35

参考文献 36

致谢 37

第一章 绪论

1.1课题背景

近年来,随着通讯技术的逐步发展和成熟,各种各样智能设备的成本降低,功能完善,我们正在迎接一个伟大的时代——信息化,数字化的时代。再结合当下,由于我国经济快速发展,停车空间的增长,远远跟不上车辆增长。而这就产生了找车位难,停车难,停车排队时间长等实际问题。因此,一款结合了时代潮流与当下需求的智能停车管理系统的出现就显得十分的自然和必要了。

众所周知,我国是人口大国,再加上经济的飞速发展,人民生活水平的提高。私家车的增长速度也是令人瞠目结舌。然而有限的空间却并容纳不了那么多停车位,作为开源方法新建停车场也只是杯水车薪。作为节流方法的限行也是只能缓解车辆在道路上的拥挤状况,却解决不了停车难的问题。于是提高车位的利用率就成了最优的方法了。通过智能停车场管理系统,可以实时的知道本停车场有多少空余车位,让该停车场尽量满负荷运营。可以指导车主到相应车位停车,还可以高效快速的进行停车费的结算,避免在停车场外排满长队的情况。

这些年过来,基于Android操作系统的智能手持设备可以说是百花齐放[1]。各生产商的良性竞争更是促进了Android的繁荣。相比于其他操作系统和搭载其他操作系统的设备,它有其十分明显的优势。其一是它的价格优势,相对而言,搭载Android的设备价格比较低廉,这有利于促进它的普及。其二,它的SDK层是用Java语言进行开发的,作为全球最流行的开发语言之一,网上有大量的第三方开源库可供开发者参考,可以让我们实现的功能更加出色。其三,作为最热门的手机操作系统之一,它的稳定性和强大的功能也是经历了广大用户和时间的考验的[2]

相关图片展示:

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

企业微信

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