美文网首页
Android 架构

Android 架构

作者: 交流电1582 | 来源:发表于2017-06-26 18:31 被阅读6次

    1.创建型模式 Simple Factory、Factory Method、Abstract Factory、Builder、Prototype、Singleton
    2.AOP架构设计 Aspect、Joint point、Pointcut、Advice、用户行为统计场景、性能监控场景
    3.行为型模式 Template Method、Observer、State、Strategy、Chain of Responsibility、Command、Visitor、Mediator、Memento、Iterator、Interpreter
    4.网络访问框架设计
    5.UML建模 图(类图、时序图)、关系(依赖 Dependency、泛化 Generalization、关联 Association、实现 Realization)
    6.设计原则 单一职责SRP、里氏替换LSP、依赖倒置DIP、接口隔离ISP、迪米特LOD、开闭OCP
    7.图片加载框架设计 配置、外观、请求队列、请求、请求转发、加载器、加载策略、缓存策略
    8.结构型模式 Façade、Adapter、Proxy、Decorator、Bridge、Composite、Flyweight
    9.IOC架构设计 运行时注入、编译时注入、注入布局、注入视图、注入事件

    相关文章

      网友评论

          本文标题:Android 架构

          本文链接:https://www.haomeiwen.com/subject/bfvjcxtx.html