Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiefly/NubiaTimer
Nubia Timer View ---Android
https://github.com/jiefly/NubiaTimer
Last synced: about 1 month ago
JSON representation
Nubia Timer View ---Android
- Host: GitHub
- URL: https://github.com/jiefly/NubiaTimer
- Owner: jiefly
- Created: 2016-09-08T13:08:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-11T09:10:39.000Z (over 8 years ago)
- Last Synced: 2024-08-02T01:20:05.172Z (4 months ago)
- Language: Java
- Homepage:
- Size: 6.65 MB
- Stars: 45
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-android-ui - NubiaTimer - 高仿Nubia 定时器的自定义view (日历时间)
README
# NubiaClock
Nubia Timer View这是一个高仿Nubia 定时器的一个自定义view,实现了nubia定时器的大部分效果。
#Screen shot
![image](https://github.com/jiefly/NubiaClock/blob/master/NubiaTimer.gif)#How to use
```
//停止计时
public void stopTimer()
//设置计时器时间
public void setTime(int hour, int minute, int second)
//重置计时器
public void resetTimer()
//为计时器设置倒计时监听器
public void setOnTimeUpListener(OnTimeUpListener onTimeUpListener)
//开始计时
public void startTimer()
```#More details
please read the fucking source code