欢迎来到天天文库
浏览记录
ID:46391127
大小:2.10 MB
页数:72页
时间:2019-11-23
《Android毕业设计报告》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、山东科技大学本科毕业设计(论文)摘要现在,人们越来越重视互联网。花田小憩可以为花卉爱好者们提供一个交流以及交易的平台,在这里花卉爱好者们可以的到最新的花卉信息以及购买到喜欢的花卉品种。本文综合运用Android技术、AndroidStudio开发平台、JSON等技术和工具对花田小憩进行了分析、设计和实现。给出了系统的功能分析、环境和质量要求;建立了系统软、硬件体系结构模型;完成了功能模块设计和数据接口的对接;同时确定了各个功能模块的测试环境,并制定了测试方案对各个模块进行有效的测试和分析;最终实现了Android平台端的应用。项目采用MVP架构,MVP模式是MVC模式的一个演化版本,MVP
2、全称Model-View-Presenter。MVP模式会解除View与Model的耦合,有效的降低View的复杂性。同时又带来了良好的可扩展性、可测试性,保证系统的整洁性和灵活性。MVP模式可以分离显示层与逻辑层,它们之间通过接口进行通信,降低耦合。理想化的MVP模式可以实现同一份逻辑代码搭配不同的显示界面,因为它们之间并不依赖与具体,而是依赖于抽象。这使得Presenter可以运用于任何实现了View逻辑接口的UI,使之具有更广泛的适用性,保证了灵活度。总之,本系统可以通过对智能家居系统的控制和受控方状态的反馈,从而使操作者可以及时掌握受控方信息,使其达到交互式智能化。更好地服务于我们
3、的生活,使人们的日常生活更加方便、智能、快捷。关键词:花卉;Android;JSON;MVP;在线购物Abstract山东科技大学本科毕业设计(论文)Nowadays,peoplearepayingmoreandmoreattentiontotheinternet.Flowernapprovidesaplatformfortheexchangeandexchangeofflowerlovers,wheretheflowerloverscangetthelatestinformationaboutflowersandbuytheflowerstheylike.Inthispaper,Andr
4、oidtechnology,AndroidStudiodevelopmentplatform,JSONandothertechniquesandtoolsareusedtoanalyze,designandimplementthenap.Theanalysis,giventhefunctionofthesystemenvironmentandqualityrequirements;establishasystemstructuremodelofsoftwareandhardwaresystem;thecompletionofthedockingmoduledesignanddatainte
5、rface;whiledeterminingthetestenvironmentofeachmodule,anddevelopedatestschemefortestingandanalysisoftheeffectiveofeachmodule;finallyrealizestheapplicationofAndroidplatformtheendofthe.TheprojectusestheMVParchitecture,andtheMVPmodelisanevolvedversionoftheMVCschema,MVP,fullnameModel-View-Presenter.The
6、MVPpatternremovesthecouplingofViewandModel,effectivelyreducingthecomplexityofView.Atthesametime,italsobringsgoodscalabilityandtestability,andensurestheneatnessandflexibilityofthesystem.TheMVPmodelcanseparatethedisplaylayerfromthelogicallayer,throughwhichtheycancommunicateandreducethecoupling.Theid
7、ealizedMVPmodelcanimplementthesamelogicalcodewithdifferentdisplayinterfaces,becausetheydonotdependonanddependonabstractions,butdependonabstractions.ThisallowsthePresentertobeappliedtoanyUIthatimplementstheViewlog
此文档下载收益归作者所有