资源描述:
《基于android平台的短信通的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、河南科技大学本科毕业设计(论文)基于Android平台的短信通的设计与实现摘要Android是Google于2007年11月5日宣布的基于Linux平台开源手机操作系统,该平台由操作系统、中间件、用户界面和应用软件组成,是首个为移动终端打造的真正开放和完整的移动平台。Android在中国的前景十分广阔,首先是有成熟的消费者,其次在国内Android社区十分红火,这些社区为Android在中国的普及做了很好的推广作用。经过使用发现Android自带的短信发送功能十分简单,不支持单号码连发、定时短信等功能,然而Android开源的特性给开发
2、者提供了一个完美的平台。基于Android平台的短信通弥补了市场的空白,把单号码连发,号码段群发短信,清单群发短信,定时短信四个功能整合在一起,对Android手机短信发送功能很好的进行了完善。采用面向对象的方法进行系统构思、需求获取、系统分析、系统设计、数据库设计和类设计,实现了单号码连发,号码段群发短信,清单群发短信和定时短信四个功能。本文对短信群发定时短信软件的功能设计以及实现进行了详细的分析,并重点介绍该软件的开发过程,另外还讨论了一些关键技术的实现细节。关键字:ANDROID,短信群发,定时短信,开源VI河南科技大学本科毕业设
3、计(论文)DESIGNANDIMPLEMENTATIONOFSMSSOFTWAREBASEDONANDROIDABSTRACTAndroidisGoogleonNovember5,2007announcedtheLinux-basedopen-sourcemobileoperatingsystemplatform,theplatformismakeupwiththeoperatingsystem,middleware,userinterfaceandapplicationsoftware,whichisthefirstmobiledev
4、icebuiltforthetrulyopenandcompletemobileplatform.AndroidhasbrightfutureinChina,thefirstisamatureconsumers,followedbytheAndroidcommunityisveryprosperousinthecountry,thesecommunitiesforthepopularityofAndroidinChinatodoaverygoodpromotionaleffect.AfterusingtextmessagesfoundA
5、ndroidself-containedfunctionisverysimple,anddoesnotsupportsingle-numberbursts,timemessagingandotherfunctions,however,thecharacteristicsofAndroidopen-sourceprovideaperfectplatformfordevelopers.SMS-basedAndroidplatformmakeupforgapsinthemarket,thesinglenumberofbursts,number
6、ofsegmentsbulkSMS,smsgroupsending,timersmssending,improvingthesendingtextmessagesfunctionoftheAndroidphone.Object-orientedconceptforsystemdesign,requirementscapture,systemanalysis,systemdesign,databasedesignandclassdesigntoachieveasinglenumberofbursts,numberofsegmentsbul
7、kSMS,bulkSMSandregulartextmessageslist.Inthispaper,bulkSMSmessagingsoftwareisusedregularlydesignandimplementadetailedanalysis,andfocusonthesoftwaredevelopmentprocess,alsodiscussedanumberofkeytechnicalimplementationdetails.KEYWORDS:android,smsgroupsending,sendtimersms,ope
8、nsourceVI河南科技大学本科毕业设计(论文)目 录前 言1第1章相关技术与理论3§1.1Android架构研究3§1.1.1应用程序3§1.1.2应用程序架构4§1.1.3Linux内核4§1.2An