题目: 基于android的名片管理系统
基本功能:
1.注册功能:用户初次登陆Android客户端需要注册自己的姓名(用户名)密码。
2.查看个人信息功能:用户通过登陆自己的用户名和密码可以查看自己的个人信息。
3.查询信息功能:用户通过登陆账户密码,可以查看所有名片信息。
4.增加信息功能:用户可以增加名片信息,包括:姓名、学号、性别、民族、生日、电话、备注、公司。
5.修改信息功能:用户可以修改名片信息。
6.删除信息功能:用户可以删除名片信息。
扩展功能:短信群发功能,可以给所有名片发短信。
教师评语:
评审教师: 日期:
摘 要
基于Android技术的名片信息管理系统是信息建设的重要方面, 而伴随着智能手机和平板电脑等移动终端在信息获取和日常交流中的广泛应用, 基于智能手机和Android平台的名片管理信息系统将会变得更加快捷。同时, 基于Android的名片信息系统的设计具有现实基础, 贴近人们的生活, 因此对人们的信息管理工作也将变得更加高效。因此, 以Android平台为基础的名片信息管理系统在今后名片信息管理中将发挥重要作用。
关键词:Android;名片管理系统;设计
Abstract
As the continuous focus on higher vocational education the fast development ofhigher vocational education in China and the situation is gratifying. On the other hand the characteristics of higher vocational colleges is the vocational education is given priority to students often have to go to an internship field exercise this led to the higher vocationalcollege students management is difficult plus school construction not keep up with the development of software and hardware facilities, so for higher vocational colleges students management is one of the most important and challenging job. Therefore, how to promote and enhance effective communication between teachers and students, schools and students based on students has always been the main research direction of the management department of Higher Vocational colleges.
Student information management system based on Android technology is an important aspect of the construction of colleges and universities, and with the wide application of mobile terminal such as intelligent mobile phone and tablet computer access to university students' information and daily communication, student management information system based on intelligent mobile phone and Android platform will become more efficient. At the same time, student information system based on Android has the practical basis, which is near to students' life, so the information management to students will also become more efficient. Therefore, the student information management system based on Android platform in the future student information management will play an important role
Keywords:Android; information management system; function module; design;
目 录
摘要 I
Abstract II
第1章 绪论 1
1.1 课题的提出与背景 1
1.2 研究的目的及意义 2
1.3国内外研究现状分析 2
1.3.1国外研究现状分析 2
1.3.2国内研究现状分析 3
1.4 Android平台的架构 3
1.5 Android平发环境的搭建 4
1.6 Activity的概述 6
1.7 Android操作系统的优点 7
第2章 项目需求及关键技术分析 8
2.1 系统需求分析 8
2.2 功能需求分析 8
2.3 性能需求 9
2.4 可行性分析 9
2.5 非功能需求分析 9
第3章 系统设计 11
3.1 系统整体设计 11
3.2 管理系统的主要界面 11
3.3 软件模块设计 12
3.4 系统主要布局方式 13
3.5 资源的获取和使用 13
第4章 系统实现 13
4.1 注册模块实现 16
4.2 用户登录模块实现 14
4.3 用户修改模块实现 14
4.4 用户查询模块实现 15
4.5 用户修改记录模块实现 15
4.6 管理员查询记录模块实现 15
4.7 系统整体设计流程 16
第5章 系统调试 17
5.1 测试设备 17
5.2 模块测试 17
5.2.1注册模块测试 17
5.2.2用户登录模块测试 18
5.2.3查看名片详细信息模块测试 19
5.2.4管理模块测试 20
5.2.5增加个人信息模块测试 20
5.5 系统评价 21
结论 22
致谢 23
参考文献 24
附录1 译文 25
附录2 英文参考资料 26
附录3 程序代码 27