目录:
摘要 4-5
ABSTRACT 5
第一章引言 8-12
1.1课题背景及意义 8-9
1.1.1课题背景 8
1.1.2课题意义 8-9
1.2智能手机平台系统 9-10
1.3课题研究内容 10-11
1.4论文结构 11-12
第二章基于ANDROID平台手机图形编辑软件相关技术 12-20
2.1Android手机平台 12-16
2.1.1Android起源及优势 12
2.1.2Android体系结构 12-15
2.1.3Android平台功能特征 15-16
2.2AndroidSDK介绍 16-17
2.3XML技术 17-18
2.4JNI技术 18-19
2.5本章小结 19-20
第三章基于ANDROID平台手机图形编辑软件需求分析 20-30
3.1项目描述 20
3.2基于Android平台手机图形编辑软件功能需求 20-29
3.2.1画布处理功能分析 21-22
3.2.2图形工具栏功能分析 22-26
3.2.3图形菜单栏功能分析 26-27
3.2.4通信模块功能分析 27-29
3.3本章小结 29-30
第四章基于ANDROID平台手机图形编辑软件设计 30-44
4.1基于Android平台手机图形编辑软件整体层次结构 30-31
4.2基于Android平台手机图形编辑软件设计 31-41
4.2.1画布处理模块化设计 31-33
4.2.2图形工具栏模块设计 33-38
4.2.3图形菜单栏设计 38-40
4.2.4通信模块设计 40-41
4.3基于Android平台手机图形编辑软件界面设计 41-42
4.4本章小结 42-44
第五章基于ANDROID平台手机图形编辑软件的实现 44-62
5.1开发环境及平台的搭建 44-46
5.2Android应用程序构成 46-47
5.3构建Android应用程序用户界面 47-50
5.3.1Android应用程序界面组件 47-48
5.3.2Android应用系统界面实现 48-50
5.4系统实现文件结构 50-52
5.5系统实现 52-59
5.5.1画布处理实现 52-53
5.5.2图形工具栏实现 53-57
5.5.3图形菜单栏实现 57-59
5.5.4通信功能实现 59
5.6系统测试 59-61
5.6.1黑盒测试 60-61
5.6.2用户验收测试 61
5.7软件安装部署 61
5.8本章小结 61-62
第六章结束语 62-64
6.1论文工作总结 62
6.2问题和展望 62-64
参考文献 64-66
致谢 66-67
攻读学位期间发表的学术论文 67
【摘要】 随着移动通信技术和网络技术的迅速发展,手机系统发生了巨大的变化,从进行简单通话功能的非智能手机到现在集上网、聊天、收发邮件、视频电话会议等各种服务与娱乐为一身的智能手机系统。由Google公司牵头众多实力雄厚的软硬件厂商加盟成立了OMS联盟,并推出的Android平台手机系统。作为时代的新生儿,Android手机操作平台有着得天独厚的优势广阔的发展前景。本文正是基于Android平台开发的手机图形编辑编辑软件。首先,本文对Android的背景和目前应用的PalmOS、Symbian、Windows Mobile和Linux等智能手机操作系统进行了简单的分析和对比。对开发本软件所基于的Android平台进行分析。介绍了Android平台的体系结构、平台的功能特征。同时对本文开发过程中用到的相关技术进行介绍分析。其次,对基于Android平台手机图形编辑软件进行了需求分析与设计,包括系统功能需求分析、系统用例分析及用户界面需求分析。同时,对系统进行了设计。在设计时,首先对系统进行整体的层次结构化设计,然后对系统各个模块进行了详细的设计,包括类设计及用户界面设计。再次,对基于Android平台手机图形编辑处理软件进行了系统实现,并对系统采用了严格的测试。包括单元测试、集成测试、压力测试、用户使用测试等。系统实现后进行部署、维护。最后,对本文所做的工作进行了总结,并对下一步的工作进行了展望。
【Abstract】 With the development of mobile communication technology and network technology, great changes have taken place on the mobile phone system. The original mobile phone only has the functions of communication and Smartphone has the functions of internet, chat, video conferencing and other services and entertainment.Android mobile phone platform which was developed by Google Company and many equipment manufacturers of hardware and software vendors, as the era of neonatal has a unique advantage and prospects for development.Firstly, it gives a briefly introduce about the background of Android Smartphone System and other Smartphone System such as PalmOS, Symbian, Windows Mobile and Linux etc. Analysis the Android platform on which this text was developed. This text introduces the Android platform architecture, platform functional characteristics and the relevant technology which are used in the text.Secondly, the requirement analysis and system design about the mobile graphics editing system based on Android platform including use-case analysis, user UI analysis. In the design, first, design the overall system hierarchy, then in more detail design about system modules including detail class design and UI design.Thirdly, implements the system and takes a rigorous testing about the http://www.51lunwen.org/rjgcsslw/2012/0427/lw201204270855497116.html system including unit testing, integration testing, stress testing, and user testing and so on. After implementing, deploys and maintains the system.Finally,summarize the whole work and look forward to update and improvements in next step for the system.
【关键词】 智能手机; 图形编辑; Android; OPhone;
【Key words】 Smartphone; Graphics Edit; Android; OPhone;