- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
基于Android的个人通讯录设计与实现
摘要:智能手机终端能够支持用户添加更多内容丰富的应用功能,从而赢得了绝大部分手机用户的青睐、占据了手机市场的最大比例。手机通讯录作为手机最基础最常用的软件也随着手机科技的飞速发展变得强大起来,由于Android的开源性、智能性等优势,基于Android的通讯录也开始风靡世界。本文设计实现的通讯录迎合市场的需求,充分运用了免费的Android开发平台,通过需求分析确定开发功能,以eclipse为开发环境,搭建Android平台,再进行代码编写、程序调试,在实现通讯录基本功能浏览、添加、修改、删除、标记、发短信、打电话、发邮件等的基础上,添加了通讯录加密、添加图像、更改头像等功能,并优化了查找功能,使通讯录功能更友善。
关键词: 智能手机,Android,通讯录,eclipse
The design and implementation of personal address book based on Android
Abstract: intelligent mobile phone terminal can support users to add more content rich applications, which won the majority of mobile phone users, occupy the largest proportion of mobile phone market. Phone book as the basis of the phone is the most commonly used software also become stronger with the rapid development of mobile technology, due to the Android open source and intelligent advantages, Android based communication book also began sweeping the world. This paper presents the design and implementation of the communication book to cater to the market demand, to make full use of free Android development platform, through the needs analysis to determine the development of function, the eclipse development environment, to build the Android platform, and then code writing and debugging the programs, in the contacts to achieve basic skills will be able to browse, add, modify, delete, mark, send text messages, phone, email and other, add the contacts encrypted, add features such as the image, change the picture, and optimize the search function, the address book function more friendly.
Keywords: intelligent mobile phone, Android, mail list, eclipse 目 录
TOC \o 1-3 \h \z \u 摘要 1
1.绪论 4
1.1研究背景 4
1.2主要工作 4
2.Android系统开发简介 5
2.1 Android技术简介 5
2.2Android应用程序框架 6
3.软件需求分析 7
3.1软件功能需求分析 7
3.2软件数据库需求分析 7
3.3安全需求分析 8
4.功能设计 9
4.1总体功能设计 9
4.2系统功能设计 9
4.3系统数据库设计 10
5.通讯录的实现 12
5.1Android开发平台搭建 12
5.2具体功能的实现 13
5.2.1密码设置及密码验证 13
5.2.2主显示界面 15
5.2.3删除
文档评论(0)