欢迎来到天天文库
浏览记录
ID:880774
大小:2.31 MB
页数:76页
时间:2017-09-22
《基于android的绘图软件开发硕士学位论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、浙江大学硕士学位论文摘要硕士学位论文基于Android的绘图软件开发ii浙江大学硕士学位论文摘要摘要Android是Google于2007年发布的一款开源手机操作系统,由于Android最近几年的软件和硬件高速发展,越来越多的人开始使用Android并作为娱乐和工作平台。与此同时随着现代绘图软件的发展,这使得通过数码手段复制自然绘画体验成为可能,传统意义上的纸上作图已经失去优势。但是,目前Android平台并没有很多具有很好绘图效果的绘画工具应用。考虑到Android绘图软件的开发价值和很好的应用前景,本文主要研究基于And
2、roid移动平台的绘图软件开发。本文所做的研究工作主要在以下几个方面:1.将开源绘图软件MyPaint的笔刷引擎以Java语言重写并移植到Android平台,并以此引擎进行本文的Android绘图软件的开发。2.将开源视频编码库FFMPEG成功移植到Android平台,利用此库进行用户绘画过程的录制,并生成MP4格式的视频。3.分析了Android底层开发的原理和方法,探讨了一种利用JNI机制进行Android底层c/c++开发技术。4.实现了Android绘图软件的开发。关键词:Android,MyPaint,FFMPEG
3、,NDK,绘图软件ii浙江大学硕士学位论文AbstractAbstractAndroidistheopensourcemobileoperationsystemwhichreleasebyGooglein2007.Inrecentyears,moreandmorepeoplebegintouseAndroiddevicesasentertainmentandworkingplatform,becauseofthehighspeeddevelopmentofAndroidsoftwareandhardware.Meanwhil
4、e,withthedevelopmentofmoderndrawingsoftware,thetraditionaldrawinghaslostitsadvantage,andmadeitpossiblecopyingnaturepaintingexperiencethroughdigitalmethod.ButtheAndroidplatformdidn'thavealotofapplicationwhichhavegoodeffectofpaint.ThispapermainlydiscussaboutAndroidpa
5、intingsoftwaredevelopment,consideringofthevalueandgoodprospectforAndroidpaintingsoftware.Inthispaper,themainresearchworkdoneinthefollowingaspects:1.RewritetheMyPaint'sbrushengineinJavalanguageandtransplantitinAndroidplatform.Wewillusethisengineinourpaintingsoftware
6、development.2.TransplanttheFFMPEGtoAndroidplatformsucceedandusingitforrecordinguser'spaintingprocess,atlastitwillgeneratevideofilewhichisMP4format.3.AnalysistheprincipleandmethodoflowlevelcomponentdevelopmentinAndroidanddiscussesoneofc/c++developmenttechnologybyusi
7、ngJNImethod.4.OfthepaintingsoftwareforAndroiddevelopmentisrealized.KeyWords:Android,MyPaint,FFMPEG,NDK,PaintingSoftwareVI浙江大学硕士学位论文图目录目录摘要iAbstractii目录III图目录V第1章绪论11.1课题背景及意义11.1.1课题背景11.1.2课题意义11.2论文主要内容21.3本章小结2第2章Android平台整体结构分析32.1Android系统架构32.2Android应用组件62.2
8、.1AndroidManifest.xml62.2.2Activity62.2.3Service102.2.4BroadcastReceiver102.3本章小结10第3章MyPaint笔刷引擎原理简介113.1MyPaint介绍113.2MyPaint笔刷引擎主要结构体介绍113.2.1
此文档下载收益归作者所有