摘 要
随着移动互联网的高速发展,Android操作系统在移动设备中地位已经被牢牢稳固。然而大量的Android设备高速普及过程中,与其配套的Android应用的开发速度和项目质量极为令人担忧。本课题的研究目的是通过114生活助手系统的开发,寻找Android应用快速迭代开发和高质量保证的开发方式。
在课题的研究过程中,通过对114生活助手系统的开发。实现了手机端的交通信息查询,建立了简易的在线交易市场,并实现了一套基于位置的周边信息查询系统。在开发的过程当中寻找和发现实现Android应用快速开发和高质量保证的技术和方法。在整个的课题研究过程中,尝试采用了众多最新的开源框架技术。这些技术包括EventBus、AndroidAnnotation、Robobinding、picasso、bolts、gson。并且采用了Android官方以及Android社区中普遍认同的最佳实践模式。这些模式包括大量使用Fragment实现解耦、使用Genymotion进行项目调试、等等。
在课题研究的最后阶段,发现采用这些最新的开源框架技术和这些新颖的实践模式,大大加快了过去原有的Android开发速度。同时保证了项目的质量。在各个模块之间的耦合也比按照原有开发模式有了巨大的提升。
关键词:生活助手;android;依赖注入
ABSTRACT
With the high-speed development of mobile Internet, the Android operating system status in the mobile devices has been firmly.A large number of Android devices appear. However, Android application development speed and quality is very bad.It make us very worry.For example,in the application market, the application like LifeAssistant always are bad.They are bad performance,ugly design,information wrong.this research purpose is to find the way to make the Android application development more efficient.
In the research progress , we find the way to Improve the quality and speed for the android application development by develop the 114 life assistant.In the project,i try to use some newest open source project.like EventBus、AndroidAnnotation、Robobinding、picasso、bolts、gson.And i have try to use the best practise which has been proposed in the Android official and Android community.these best practise include use fragment to decouping and use Genymotion to debug.
In the end of the research,it is be proved that use these open source project and best practise will greatly improve the develpoment of the android application.And make the application high quality.
Key words:LifeAssistant; Android ;DependencyInjection
目录















