- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
目 录
摘要 1
Abstract 1
1 绪论 2
1.1 设计背景和意义 2
1.2 主要工作和方法 2
1.3 本文结构 3
2 相关技术介绍 3
2.1 Android系统 3
2.1.1 Android特点 3
2.1.2 Android的架构分析 4
2.1.3 Android应用的构成和工作机制 5
2.2 Java技术 6
2.3 SQLite数据库 7
2.4 Eclipse介绍 7
3 系统需求分析 7
3.1 功能性需求分析 7
3.1.1 需求分析方法概述 7
3.1.2 功能用例图 8
3.2 可行性分析 8
3.2.1 性能需求分析 8
3.2.2 系统安全需求 9
4 系统设计 9
4.1 系统的设计模式 9
4.2 总体设计 9
4.3 系统的功能设计 10
4.4 系统数据库设计 11
4.5 系统界面设计 11
4.6 系统运行流程 11
4.7 程序设计实现过程 12
5 系统功能实现 12
5.1 系统运行环境搭建 12
5.2 系统功能实现 13
5.2.1 系统数据库的实现 13
5.2.2 系统界面的实现 13
5.2.3 系统入口的实现 17
5.2.4 文档阅读的实现 18
5.2.5 书签管理的实现 20
5.2.6 系统设定的实现 21
6 系统测试 22
6.1 文档阅读功能的测试 22
6.2 书签管理功能的测试 23
6.3 用户设定功能的测试 24
6.4 文本选择功能的测试 25
6.5 测试总结 26
结束语 27
参考文献 27
附录 29
致 谢 43
基于Android的文本阅读器
摘要:随着科技的日益发展,移动设备变得更加智能化,Google于2007年11月推出的专为移动设备设计的Android系统现在已成为最为流行的智能手机系统。它具有开源性,有助于降低开发成本。因此设计并开发一款基于Android的文本阅读器软件很有意义。本系统在Android平台下设计,运用Eclipse进行开发。论文首先介绍了课题的研究背景、现状和主要研究内容;然后对系统中用到的理论知识和相关技术进行了详细的阐述,包括Android平台的相关理论知识、Android环境的搭建、系统的详细实现方法以及相应的关键代码段等。经过测试,系统可以实现文本阅读器的基本功能。
关键词:智能;Android平台;开源;文本阅读器
A Text Reader Based on Android
Abstract: With the increasing development of science and technology, mobile devices become more intelligent. Android system, designed by Google specifically for the mobile device in November 2007, has now become the most popular system of intelligent mobile phone. It is open source, which helps to reduce development costs. Therefore, the design and development of an Android based text reader software is very meaningful. This system is designed on the platform of Android and developed through the application of Eclipse. The thesis introduces the research background, present situation and main research contents firstly; and then presents the detailed interpretation of theoretical knowledge and related techniques that are applied in the system, including the related theoretical knowledge of Android platform, the methods of Android environment construction, system realization and the corresponding key code section. After testing, t
文档评论(0)