文档介绍:本科生毕业论文
Android平台的巴士服务系统
系部:
计算机科学与技术系
专业:
软件工程
学生姓名:
班级:
学号
指导教师姓名:
职称副教授
最终评定成绩
20 11 年 5 月
本科生毕业论文
android平台的巴士服务系统
系(部):计算机科学与技术系
专业: 软件工程
学号:
学生姓名:
指导教师: (副)教授
2011 年 5月
摘要
2008年Google推出了一款名为Android的开源智能手机操作系统。Android凭借其开放性和良好的人机界面,受到广大手机生产商的重视,随着3G时代的到来,Android有可能会改变现在智能手机市场的格局。Android 是由Linux操作系统、中间件以及核心应用程序组成的专门为移动终端设备开发的层次软件集。通过对Android平台上应用的开发,更进一步了解Android这个系统,在开发中,尤其注重Android的Intent机制的使用。本论文系统的介绍了基于android平台的长途巴士服务系统的设计背景、设计过程、以及设计成果。该系统能够为乘客提供优质的服务。使巴士服务上升一个层次。本系统易于操作,使用方便,交互性强,界面美观。
关键词:巴士服务,Android,Tcp
ABSTRACT
In 2008, Google released their opening source smart phone operating system which called Android. Because of opening source and it’s nice UI. More and more mobile phone manufacturers use Android in their phones. With the ing of 3G,Android may change the field of smart phones. pose of Linux kernel, middleware and core applications. through Android application development, we can further understand the Android the system, in development, we will use the Android Intent mechanism.
    This paper describes the system android platform based on long-distance bus service system design background, design process, and design results. The system can provide quality services to passengers. Increased bus services to the next level. The system is easy to operate, easy to use, interactive, attractive interface.
Keywords: Bus services,Android,J ava,Tcp
目录
摘要 I
ABSTRACT II
第1章问题定义 1
开发背景 1
课题的内容和实际意义 1
第2章需求分析 2
2
2
2
2
2
用户需求概述 2
3
3
服务员用例图 4
5
第3章系统关键技术及开发环境 6
Android环境 6
硬件环境 6
软件环境 6
Dalvik 虚拟机 7
Android的进程管理机制 7
8
9
9
9
第4章系统设计 10
10
10
数据字典 11
物理模型 13
13
功能模块 14
15
UI设计 16
第5章重点代码解析 18
18
程序入口的配置 18
19
Tcp通讯