https://github.com/shaoxiongdu/datelist
部门培训-编程实践-时间列表-杜少雄
https://github.com/shaoxiongdu/datelist
Last synced: 2 months ago
JSON representation
部门培训-编程实践-时间列表-杜少雄
- Host: GitHub
- URL: https://github.com/shaoxiongdu/datelist
- Owner: shaoxiongdu
- Created: 2022-08-25T08:23:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T00:48:23.000Z (over 2 years ago)
- Last Synced: 2025-01-16T19:05:25.732Z (4 months ago)
- Language: Java
- Homepage:
- Size: 330 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 需求概述
- 时间列表:进入APP之后,给用户展示一个时间列表,包含时间的名称,时,分等。
- 时间详情:点击某一个时间列表项之后,进入时间详情页,时针和分针都动画旋转到对应的位置。
- 首页排序:首页的时间列表,按照时-分的值大小排序。
- 数据来源:首先从本地缓存中取,然后展示,等服务器数据收到之后,在展示网络数据。