组成UI的元素

组成UI的元素有:

  1. Data 所有要显示在UI上的数据
  2. Data Format 数据的格式
  3. Flow UI界面间如何跳转, 跳转的条件
  4. Control Status UI控件的状态, 可用,不可用,焦点等
  5. Layout 布局, 包括: 位置, 尺寸
  6. Action and visual feedback 交互
  7. Style 样式, 包括:字体,颜色
  8. Animation 动画, 哪些地方要用,何时触发

需求 :

  1. Flow
  2. Data
  3. Events
  4. Exceptions

实现:

  1. Dependency
  2. Logging
原文地址:https://www.cnblogs.com/mrfangzheng/p/1523788.html