资源描述:
《毕业论文--基于Android的移动个人助手设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、大连东软信息学院本科毕业设计(论文)论文题目:基于Android的移动个人助手设计与实现系所:电子工程系专业:电子信息工程(嵌入式系统工程方向)学生姓名:学生学号:指导教师:导师职称:教授完成日期:2014年5月2日大连东软信息学院DalianNeusoftUniversityofInformation大连东软信息学院毕业设计(论文)摘要基于Android的移动个人助手设计与实现摘要随着智能手机的普及,各类手机操作系统的竞相发展,Android逐渐成为了市场占有量最大的移动平台操作系统,广泛受到开发者和用户的欢迎,所以在此平台上开发一款方便用户管理、查询日常事务的软件是非常
2、必要的。本设计旨在为广大的移动平台用户特别是Android用户提供一个较为快捷的个人日常事务查询、管理平台。本设计包括天气预报、个人理财、日历、记事本、课程表以及设置功能模块。用户只需打开一个应用软件就能使用全部的功能,不需要在原有的不同应用中不断切换,在一定程度上节省了用户的时间以及手机的硬件资源。本设计针对Android智能手机用户日常软件应用情况,对各常用功能调研统计,从而确定本设计基本功能以及框架。本设计采用软件工程中结构化思想,分模块设计,各功能模块相互独立,分工协作。为方便数据存储查找等操作,本设计采用内置SQLite数据库。主要从需求分析、系统设计、系统实现、
3、系统测试四个方面辅助完成本设计。采用开放源代码的、基于Java的可扩展开发平台Eclipse,使用当前主流Java语言进行编程,一定程度上提高了程序的兼容性、易读性、简洁性。除此之外,为方便用户对收支信息进行分析,理财模块设置有按类别查找功能。关键词:Android,SQLite,个人助手V大连东软信息学院毕业设计(论文)AbstractDesignandImplementationofMobilePersonalAssistantBasedonAndroidAbstractWiththepopularityofsmartmobilephone,andthedevelopm
4、entofallkindsofmobileoperatingsystem,AndroidhasbecomethedominantOSforallsmartphones,andwelcomedbythedevelopersandusers.Soitisimportantforustodevelopasoftwareforandroidplatform,whichprovidesmoreconvenientmanagementanddailyaffairsforuser.Thedesignisintendedforthemajorityofusers,especiallyAnd
5、roidplatformusers,toprovideamoreefficientpersonaldailyaffairsinquiryandmanagementplatform.Thedesignincludesweatherforecasts,personalfinance,calendar,notepad,andsettingcurriculummodules.Userssimplyopenasoftwareapplicationwillbeabletousethefullfunctionalitywithoutconstantlyswitchingdifferent
6、intheoriginalapplication,tosomeextent,savingtheusertimeandthephone'shardwareresources.ItisdesignedforAndroidusers,accordingtostatisticalresearchondailysoftwareapplicationsandcommonlyusedfunctions,todeterminingthebasicfunctionsandframework.Usingstructuredesignandmodulardesignofsoftwareengin
7、eering,eachfunctionalmodulesareindependent.InordertofacilitateDataprocessingoperations,thedesignusesthebuilt-inSQLitedatabase.Mainlyfromtherequirementsanalysis,systemdesign,systemimplementation,systemtestingfourauxiliarytocompletethisdesign.Usingopen-source,Ja