组成UI的元素有:
- Data 所有要显示在UI上的数据
- Data Format 数据的格式
- Flow UI界面间如何跳转, 跳转的条件
- Control Status UI控件的状态, 可用,不可用,焦点等
- Layout 布局, 包括: 位置, 尺寸
- Action and visual feedback 交互
- Style 样式, 包括:字体,颜色
- Animation 动画, 哪些地方要用,何时触发
需求 :
- Flow
- Data
- Events
- Exceptions
实现:
- Dependency
- Logging