资源描述:
《基于某Android平台下家庭理财软件设计与开发》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、实用文档基于Android的家庭理财软件的设计与实现摘要近年来,基于Android系统来开发的便携式的智能手机以惊人的速度发展开来。智能手机拥有高速的运算能力、优秀的图形用户界面和高分辨率的屏幕,使人们从计算机中解放出来,能够随时随地的方便地处理各种电子资料并进行一些复杂的运算。因此,智能手机的应用软件将有广阔的发展前景。本软件是运用Android平台、Java技术和SQLite数据库开发了一款家庭理财应用软件,使用户可以随时随地的管理自己的收支信息。本软件主要包括以下几个模块:新增收入、新增支出、我的收入、我的支出、数据管理、收支便签以及密码设置。用户可以对支出和收入信息
2、的记录、修改、删除、查询、统计进行操作以及用便签功能来记录将要支出和收入的信息,从而实现对个人的支出与收入进行有效并系统地管理。对自己在生活中的各类收支做一个详细的统计。本软件方便了人们日常生活中对自己收支信息的了解,能清楚的看到自己的收支状况,对自己的收支状况做一个调整,可以起到一个及时调节的作用,让自己做出正确的财务决策。关键字:安卓;家庭理财;SQLite数据库大全实用文档DesignandimplementoffamilyfinancialmanagementsoftwarebasedonAndroidAbstractInrecentyears,basedonthe
3、Androidsystemtodevelopaportablesmartphonedevelopmentatanalarmingrate.Smartphoneshavehigh-speedcomputingpower,excellentgraphicaluserinterfaceandhighresolutionscreens,makepeopleliberatedfromthecomputer,caneasilydealwithallkindsofelectronicinformationanytimeandanywhereandcarryonsomecomplexope
4、ration.Asaresult,smartphoneapplicationswillhavebroadprospectsfordevelopment.ThissoftwareistousetheAndroidplatform,JavatechnologyandSQLitedatabasedevelopedafamilyfinancialmanagementapplicationsoftware,theusercanmanagetheirincomeinformationanytimeandanywhere.Thissoftwaremainlyincludesthefoll
5、owingseveralmodules:newrevenue,newspending,myincome,spending,datamanagement,notes,andpassword.Userscanrecordofspendingandincomeinformation,modify,delete,query,statistictooperateandusesticky大全实用文档notesfunctiontorecordwillbespendingandincomeinformation,soastorealizethepersonalspendingandinco
6、mewereeffectiveandsystematicmanagement.Inyourlifetodoadetailedstatisticsofallkindsofpayments.Thissoftwareisconvenientforpeopletoknowabouttheirpaymentinformationindailylife,canclearlyseetheirbalanceofpayments,balancesdoaadjustmenttooneself,canhavetheeffectofatimelyadjustment,allowyourselfto
7、makethecorrectfinancialdecisions.KeyWords:Android;SQLiteDatabase;familyfinancialmanagement大全实用文档目录1绪论11.1开发背景21.2国内外现状21.3开发意义及前景32开发的相关技术与概念42.1Android移动平台42.1.1系统架构42.1.2开放性及其应用前景52.1.3开发环境与工具6大全实用文档2.2关键的概念72.2.1Android的活动及其生命周期72.2.2资源文件与XML82.2.3SQLite数据库