摘要: http://blog.csdn.net/yanbober/article/details/45645115http://www.tuicool.com/articles/FJjYryhttp://blog.csdn.net/knxw0001/article/details/39637273http... 阅读全文
posted @ 2015-11-03 18:47 土肥圆 阅读(174) 评论(0) 推荐(0)
摘要: http://www.jcodecraeer.com/a/anzhuokaifa/developer/2015/0606/3005.htmlhttp://blog.csdn.net/jmq_0000/article/details/46658765 阅读全文
posted @ 2015-11-03 18:45 土肥圆 阅读(128) 评论(0) 推荐(0)
摘要: 当涉及到Android上的依赖注入(DI)类库的时候,存在不少的选择,但怎么知道哪一个最适合你呢?当差别很细微的时候,看一看别人为什么中意一种或者另一种方案或许是很有用的。Dagger在他的关于DI新系列的第一部分中, Antonio Leiva称赞了一个叫做Dagger的框架。在开始的时候他总体概... 阅读全文
posted @ 2015-11-03 18:44 土肥圆 阅读(232) 评论(0) 推荐(0)
摘要: 1.架构引言: 在实践中,人们发现架构也是存在模式的。比如,对于系统结构设计,我们使用层模式;对于分布式系统,我们使用代理模式;对于交互系统,我们使用MVC(模型-视图-控制器)模式。模式本来就是针对特定问题的解,因此,针对需求的特点,我们也可以采用相应的模式来设计架构。设计模式是支撑架构的重要组件... 阅读全文
posted @ 2015-11-03 15:50 土肥圆 阅读(593) 评论(0) 推荐(0)
摘要: http://www.devtf.cn/?p=1083http://blog.8thlight.com/uncle-bob/2012/08/13/the-clean-architecture.htmlhttp://www.zhihu.com/question/21406685http://keega... 阅读全文
posted @ 2015-11-03 01:34 土肥圆 阅读(124) 评论(0) 推荐(0)
摘要: Note:This blog post assume you alreadyread the first part.I received a lot of comments and feedbacks about it, mostly thanks to theAndroid Weeklycommu... 阅读全文
posted @ 2015-11-03 01:24 土肥圆 阅读(261) 评论(0) 推荐(0)
摘要: Since the early days of Android, I've been looking for a robust way to build Android apps, keep the IO operations out of the UI Thread, avoid duplicat... 阅读全文
posted @ 2015-11-03 00:34 土肥圆 阅读(413) 评论(0) 推荐(0)