资料详情

基于Android的校园信息系统设计与实现毕业论文+前后台源码+演示视频+数据库sql文件

头像

android

编号:3439

基于Android的校园信息系统设计与实现

摘要

随着智能手机的大量普及, Android操作系统市场因此风生水起。如何使智能手机用户,能够随时随地查询互联网的服务,其中一方法就是将应用系统功能拓展至手机上,使得手机终端能够通过移动网以和互联网来访问Web站点,从而处理相应的业务。

Android是一款开源的,智能的手机操作系统,开放手机联盟(OHA)成员可以任意使用和修改SDK包,并且采用Linux内核,开源性让它有良好的拓展性及延伸性。Android平台具有无限的吸引力,包括了操作系统、用户界面和应用程序。最大特点是其开放,不仅拥有很多好的开发调试工具,且支持用户体验可扩展,有丰富的图形、多媒体及功能强大的Android浏览器。

本文在分析Android手机软件的开发原理及相关技术的基础上,开发基于Android平台的校园APP系统,让用户能随时随地的使用传统的WEB服务。

关键字:android;校园APP系统;智能手机平台

Abstract

With the rapid proliferation of smart phones, smart phone operating system market, wind and water. In order for smart phone users to check the Internet anytime, anywhere services provided an efficient way to expand the function of the system will be applied to the mobile phone terminal, the mobile phone to Internet access via mobile networks, and variety of Web sites and process business. Therefore, the smart phone applications and the need for the service will have broad prospects for development.

In today's smart phone system when disputes warlords, 2008, Google introduced a smart phone called the Android open source operating system, which uses Linux kernel, Open Handset Alliance (OHA) members can be free to use and modify the SDK package, the system It has a good open-source nature of the expansion of. The software includes the operating system, user interface and applications that need to work smart phones all the software. Android's biggest feature is its open architecture, not only has a very good development and debugging environment, but also supports a variety of scalable user experience, including rich graphical components, multimedia support, and powerful browser. Therefore, for software professionals is, Android platform has unlimited appeal.

On the basis of analysis and discussion of the Android mobile phone software development technical principles, developed to provide users with better catering system software based on the Android platform.

Keywords:android; xinwen systems; smart phone platform


目 录

摘要 I

Abstract II

第一章 绪论 1

1.1 研究内容 1

1.2 研究意义 1

1.3研究现状和发展趋势 1

第二章  系统分析 3

2.1 研究目标 3

2.2 需求分析 3

2.3业务流程分析 3

2.4数据流图 4

2.5数据字典 4

2.6性能分析 6

第三章 系统开发环境及相关技术 7

3.1开发环境 7

3.2 Java SDK 7

3.3 Eclipse 7

3.4 ADT 7

3.5 Android SDK 8

3.6 JSP技术 11

3.7 JSON 12

第四章 程序设计 14

4.1  功能设计 14

4.2  数据库设计 14

1.概念结构设计 14

2.数据库表设计 16

第五章 程序开发 17

5.1  文件结构与用途 17

5.2 系统实现 19

5.2.1登录页 19

5.2.2后台页 19

5.2.3校园动态 20

5.2.4在线反馈 21

第六章  系统测试 22

6.1实例测试的研究与选择 22

6.2测试环境与测试条件 23

结论与展望 24

参考文献 25

致  谢 26