An open API service indexing awesome lists of open source software.

https://github.com/shaoxiongdu/datelist

部门培训-编程实践-时间列表-杜少雄
https://github.com/shaoxiongdu/datelist

Last synced: 2 months ago
JSON representation

部门培训-编程实践-时间列表-杜少雄

Awesome Lists containing this project

README

        

## 需求概述

- 时间列表:进入APP之后,给用户展示一个时间列表,包含时间的名称,时,分等。
- 时间详情:点击某一个时间列表项之后,进入时间详情页,时针和分针都动画旋转到对应的位置。
- 首页排序:首页的时间列表,按照时-分的值大小排序。
- 数据来源:首先从本地缓存中取,然后展示,等服务器数据收到之后,在展示网络数据。