资料详情

基于移动平台的会展导游系统APP设计与实现 毕业论文+项目源码

头像

android

编号:3374

摘  要

本文详细介绍了基于百度云和NFC技术的会展导游系统的实现。

由于展会中存在大量未经筛选或提炼的信息,它们过分模糊了用户的焦点,导致用户的视线被噪音所遮掩,无法快捷地获取感兴趣的信息;并且传统的宣传媒介已无法满足用户获取更大的信息量、更多种类信息的需求。针对这种情况,本系统采用了手机移动客户端的方式,解决了用户浏览过程中关于信息获取的问题。

会展导游系统采用传统的C/S架构,使用了百度提供的各种云能力。在客户端上,通过富媒体展示,解决用户获取商品详尽信息、获取商品优惠券的需求;基于百度LBS云能力,解决用户获取周边商铺信息的需求;基于百度PCS云存储,解决用户对信息的持久化存储的需求;接入了流行的社交渠道,增加了用户浏览过程中的趣味性。

本文首先将对系统的产生背景做了介绍,并对现有媒介能力不足的现状做了分析;对百度提供的各种云能力,也做了详尽的说明。而后将会讲解系统的需求,与详尽的系统设计。最后,会预估系统对用户和对展商的收益,说明该系统的使用,不仅能为用户带来更友好的浏览体验、也能为展商带去更多的收益。

关键词:百度云能力;NFC(近场通讯技术);展会;需求;系统设计;移动互联网

Abstract

In this page, an android mobile application system called ExGuide, which is based on Baidu Application Engine and near field communication technology is introduced here. The page will not only show the idea of the system, but also the design and implementation of which.

The idea comes from scene of exhibition. When you attend an exhibition, such as GuangZhou  Auto show , a motley variety of new cars or sexual Models will be displayed there You may be distracted by them, and can’t focus  your attention .You may not get what you wants immediately and fully. A direct mail can’t satisfy your requirement. So this android mobile application is design to deal with the situation mentioned above.

Client / Server architecture is applied on this system ,the Server is deployed on Baidu Application Engine .With the cloud ability of Baidu Application Engine, the Client will provides rich media of exhibition and  production for users, Baidu Location Based Service Cloud Service search restaurant near by venue for users, Baidu Personal Cloud Storage Service can save the rich media attachment on internet .On the other side, visitors should enjoy their trip by publishing what they see  in exhibition through Sina Weibo with ExGuide Client .

This page will introduce the background of the idea of ExGuide first ,then analyze the current situation of advertising system , point out whose weakness. In addition , Baidu  Application Engine will be introduced too. Finally , it will estimate its value that bring for exhibitor .

Keyword: Baidu Application Engine, Near Filed Communication ,Exhibiton, Requirement, System Design, Mobile Internet


目录

摘  要

Abstract

第一章 绪论

1.1 会展经济

1.1.1 需求背景

1.1.2 面临的问题

1.2 移动互联网

1.2.1 移动互联网概述

1.2.2 将会展驶入移动互联网快车道

1.3 项目意义

1.4 系统概要介绍

第二章 基础技术介绍

2.1 百度云开发环境

2.1.1 百度应用引擎(BAE)

2.1.2 百度LBS云

2.1.3 百度个人云存储(PCS)

2.2 安卓(Android)系统简介

2.2.1 应用程序

2.2.2 应用程序框架

2.2.3 系统运行库

2.3 近场通讯技术(NFC)

2.4 会展导游系统架构概述和运行原理

2.5 小结

第三章 需求分析

3.1 用户需求分析

3.1.1 用例1

3.1.2 用例2

3.1.3 用例3

3.1.4 用例4

3.1.5 用例5

3.1.6 用例6

3.2 系统需求分析

3.2.1 系统界面运行流畅

3.2.2 第三方授权

3.3 小结

第四章 系统概要设计

4.1 系统前端设计

4.1.1 交互与原型设计

4.1.2 瀑布流布局

4.2 系统后端设计

4.2.1 系统模块设计

4.3 系统视图层设计

4.3.1 展会列表界面刷新流程

4.3.2 展会概要界面刷新流程

4.3.3 展品详情界面刷新流程

4.4 小结

第五章 系统详细设计与实现

5.1 视图层详细设计与实现

5.1.1 展会列表首页的详细设计与实现

5.1.2 展会详情页的详细设计与实现

5.1.3 展品详情页的详细设计与实现

5.2 逻辑层详细设计与实现

5.2.1 联系人模块详细设计与实现

5.3 关键问题及解决方案

5.3.1 瀑布流图片的设计与实现

5.3.2 资源加载任务的设计与实现

5.3.3 异步加载线程的设计与实现

5.4 小结

第六章 总结与展望

6.1 总结

6.2 展望

参考文献

致谢