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: 1 day ago
JSON representation

Nubia Timer View ---Android

Lists

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