Complete set of open source projects "for Guilin tourism APP software design and development."

Introduction: talk about gossip, project weeks to complete three days written the first draft, followed by three months to change the paper (slight exaggeration, are not changed every day). Finally in 2019 to complete the May 19 graduation reply. Bi-based teacher to 95 points, acceptance teacher to 90+, this score is electing elite of the Second debate, but since there is no application before the respondent (the only difference between the respondent and acceptance is more a ppt, other are the same). So no matter how high the score can not be electing elite, be a little regret, personally feel like a general project, I could complete set of our team completed the better of it, most other people are doing java web, APP very little. Well, things are now, regarded as an end. Here are steps to develop, code, and paper (Note: if you want to take my project and papers as a complete set, is basically impossible, all papers will be uploaded HowNet our school, a quasi-check a).


Development tools used:

Andrews end: AndroidStudio, server-side: Eclipse + Tomcat + MySQL


Technologies used:

Most of the technology comes from my technical blog, welcome attention to my CSDN blog


Function has been completed as shown below:

1. Countdown and splash page

2. Log in Register page (need to meet the server, where visitors can go directly to the page mode, a built-in account: admin password: 950207, password MD5 encryption)

3. Home

4. Raiders

5. Release

6. Mall

7. My

8. Set (password change completion)

9. details page

The remaining functions of your own experience. . . .


Summary (last paragraph of the paper, well written directly excerpt)

Guilin tour Andrews Raiders points and server-side, this design was completed in Andrews end content.

安卓端主要完成了包括账户密码的注册、登陆,进入主页面中分首页、攻略、发布、商城、“我的”等模块。(1)首页中主要完成了轮播图、游桂林、知天下以及天气的查看。其中轮播图的内容是桂林风景的推荐,游桂林主要是游记、视频、交通住宿、行程、周边等游客经常需要的功能推荐。知天下完成了头条、国内、国外、娱乐、体育、军事等10个栏目的资讯(时实更新),用户可以在旅游休息的时候进行新闻的阅览。天气预报可以查看桂林15天的天气详情。(2)攻略中主要完成了桂林攻略目录和发现的实现,详细介绍了一些桂林的风景、以及旅游的衣食住行各个方面,对用户来说是极其重要的攻略。(3)发布中主要完成了游记的发布,用户可以记录自己的所见所闻,编辑成文本保存在本地,通过我的-我的游记选项中查看。(4)商城中主要完成了商品的推荐、桂林的特产、门票、团购等商品的介绍,可以进行收藏,购买(模拟)。(5)“我的”中主要是完成了我的收藏、我的历史、我的订单、我的视频、我的游记、设置中密码修改等功能。通过这些可以查看和删除资讯信息和商品的记录,通过设置中密码修改可以修改当前用户的密码。

服务器端主要完成的有接收安卓端账户密码的注册、登陆以及修改,接收每条资讯信息和商品的历史记录,储存到服务器的数据库中,安卓端登陆账户和密码的时候便和服务器中的数据进行同步,用户更换设备数据也不会丢失。

需要改进的地方:服务器只能存储账户密码的信息以及用户浏览的历史信息,没有做到所有数据的同步,下一步是完善服务器开发,安卓端用户只要进行数据的操作,操作的数据便同步到服务器中去。安卓端资讯的分享、评价还没有完善,数据的搜索没有完善。知天下的新闻数据来源聚合数据(https://www.juhe.cn/),旅游资讯来源于马蜂窝、去哪攻略、穷游等网站信息的摘取,商品数据来源于天猫、京东信息的摘取,把摘取的信息以JSON的格式进行储存在资源文件raw文件夹下,目的是为了模拟从服务器中获取的json数据,暂时还没有实现数据的实时更新,下一步的改进是把这些数据放在后台服务器中,利用python爬虫技术从网上进行有选择的筛选信息,来扩充资讯信息的完整,实现全部的数据同步服务器,实时更新数据,对资讯来源进行优化,如有必要可以自己实地去搜索资讯信息,给用户更加完美的体验。

桂林导游攻略APP现阶段完成了大部分分功能,旅游资讯的信息可以供用户使用,在以后正式上架应用商店的时候,需要把后台服务器上传到阿里或者腾讯云的服务器上,完善用户的体验。


代码、论文、任务书、开题报告下载如下(2020年01月4号更新)

点击下载桂林攻略.apk

点击下载桂林攻略安卓实现代码

点击下载桂林攻略服务器实现代码

点击下载面向桂林旅游的APP软件设计与开发论文(学校已经上传知网)

点击下载桂林攻略任务书

点击下载桂林攻略开题报告


19年12月23阉割版更新:根据留言反应,这次把代码中的后台服务阶段已经取消,这次不在使用eclipse等工具,仅仅只需要使用AS即可,非常方便个人修改完成自己的课设,我称之为阉割版,代码仅仅只改动RejecteActivity.java和LoginActivity.java代码。

点击下载桂林攻略阉割版.apk

点击下载桂林攻略阉割版代码


如有意见或者建议请跟帖,转载请标注来源,谢谢!请尊重劳动成功,切勿商业使用!

发布了105 篇原创文章 · 获赞 74 · 访问量 7万+

Guess you like

Origin blog.csdn.net/qq_32306361/article/details/90349036