随笔分类 -  程序架构

android架构设计
摘要:http://gank.io/post/560e15be2dca930e00da1083http://blog.csdn.net/fandong12388/article/details/46603493http://blog.dreamtobe.cn/2015/04/29/RxJava%E5%AD... 阅读全文
posted @ 2015-11-10 01:58 土肥圆 阅读(183) 评论(0) 推荐(0)
摘要:http://www.infoq.com/cn/articles/android-dynamic-loading?utm_campaign=rightbar_v2&utm_source=infoq&utm_medium=articles_link&utm_content=link_texthttp:... 阅读全文
posted @ 2015-11-04 16:22 土肥圆 阅读(144) 评论(0) 推荐(0)
摘要:http://www.zhihu.com/question/21406685http://blog.csdn.net/luohai859/article/details/38019883http://blog.csdn.net/mengxiangone/article/details/2496400... 阅读全文
posted @ 2015-11-04 14:53 土肥圆 阅读(134) 评论(0) 推荐(0)
摘要:一.Android特性• 应用程序框架支持组件的重用与替换• Dalvik 虚拟机专为移动设备优化• 集成的浏览器基于开源的WebKit 引擎• 优化的图形库包括定制的2D 图形库,基于OpenGL ES 1.0的3D 图形库• SQLite 用作结构化的数据存储• 多媒体支持包括常见的音频、视频和... 阅读全文
posted @ 2015-11-04 10:28 土肥圆 阅读(178) 评论(0) 推荐(0)
摘要: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 土肥圆 阅读(172) 评论(0) 推荐(0)
摘要:1.架构引言: 在实践中,人们发现架构也是存在模式的。比如,对于系统结构设计,我们使用层模式;对于分布式系统,我们使用代理模式;对于交互系统,我们使用MVC(模型-视图-控制器)模式。模式本来就是针对特定问题的解,因此,针对需求的特点,我们也可以采用相应的模式来设计架构。设计模式是支撑架构的重要组件... 阅读全文
posted @ 2015-11-03 15:50 土肥圆 阅读(588) 评论(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 土肥圆 阅读(123) 评论(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 土肥圆 阅读(260) 评论(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 土肥圆 阅读(412) 评论(0) 推荐(0)