Android开发笔记(二)- UI组件(Activity,Fragment, Dialog)
Android开发笔记(一)- 四大组件简介

Android开发笔记(一)- 四大组件简介

因为最近开始系统地学习Android开发,所以在这里记录一下所学到的Android内容做一个整理。既算是对已学到知识的总结和梳理,也可以检查自己理解中出现的问题,和大家共同讨论一下。因为是第一次写东西,所以有什么不详细,不清楚,不准确的地方,还希望可以指正,我们共同讨论,共同进步。

Read More
Dependency Injection

Dependency Injection

Dependency Injection is a huge topic in Android development and it’s very important because it can give us a clean, well-designed, easy-to-change environment no matter we develop new features or implement any testing. So here is some thoughts about DI and an useful framework which helps you do all dirty jobs behind the scene.

Read More