沈阳工程学院毕业论文摘要摘要在科技日益发达的今天,社会竞争越来越强烈,这要求人们不断的获取信息来充实自己。这就要求人们能随时随地的了解并获取所需的信息。于此同时,手机的功能越来越强大,将脱离传统的打电话、发短信等基本的功能,在此情况下,图书管理系统也将进入手机,通过手机可对图书管理系统进行操作。本系统是在Android平台下设计的,在GoogleAndroid平台的SDK2.3环境下,运用Eclipse进行开发。论文概括的介绍了Android开发的流程,并重点介绍了基于Android平台的图书管理系统的开发过程。论文首先介绍了课题的研究背景、研究现状和主要研究内容;然后对系统中用到的理论知识和相关技术进行了详细的阐述,同时包括对Android平台的相关理论知识以及系统的详细实现过程。关键词Android,图书管理,智能手机平台沈阳工程学院毕业论文AbstractAbstractNowadays,withscienceandtechnologydevelopingincreasingly,thesocialcompetitionhasbecomemoreandmoreintense.Itrequirespeopletolearnandobtainmoreandmoreinformationtheyneedtoenrichthemselveswheneverandwhereveritispossible.Atthesametime,mobilephoneisbecomingmoreandmorepowerfulthanthosetraditionalphoneswhichcanonlyprovidebasicfunctionssuchasSMS.Underthesecircumstances,BooksManagementSystemwillalsoutilizemobilephonesasatool,throughwhichBooksManagementSystemcanberandomlyoperated.ThissystemisdesignedundertheAndroidplatform,runundertheenvironmentofGoogleAndroidplatformSDK2.2,anddevelopedbyuseofEclipse.ThearticleintroducesandgenerallysummarizesthedevelopmentprocessofAndroid,andfocusesontheintroductiontothedevelopmentprocessofBooksManagementSystembasedontheplatformofAndroid.Thethesisfirstintroducesthebackground,thecurrentstatusandmaincontentsoftheresearch;andthenillustratestheoreticalknowledgeandtechniquesusedinthesystemindetailaswellastherelevanttheoreticalknowledgeanddetailedrealizationprocessoftheAndroidplatform.KeyWordsAndroid,LibraryManagement,Intelligentmobilephoneplatform沈阳工程学院毕业论文目录目录摘要........................................................................................................................................IAbstract...................................................................................................................................II第1章绪论..........................................................................................................................11.1智能手机平台简介...................................................................................................11.2Android简介................................................................................................................21.3图书管理系统简介......................................................................................................3第2章Android的架构分析..................................................................................................42.1Android架构分析........................................................................................................42.1.1应用程序框架.......................................................................................................42.1.2类库.......................................................................................................................42.1.3Android运行时组件.............................................................................................52.2Android应用的构成和工作机制................................................................................5第3章An...