Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CaMnter/EasyCountDownTextureView
⏱ Easy count down by TextureView
https://github.com/CaMnter/EasyCountDownTextureView
countdown textureview
Last synced: 2 months ago
JSON representation
⏱ Easy count down by TextureView
- Host: GitHub
- URL: https://github.com/CaMnter/EasyCountDownTextureView
- Owner: CaMnter
- License: apache-2.0
- Created: 2016-03-14T07:33:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T02:32:40.000Z (over 7 years ago)
- Last Synced: 2024-08-02T01:25:29.688Z (6 months ago)
- Topics: countdown, textureview
- Language: Java
- Homepage:
- Size: 833 KB
- Stars: 542
- Watchers: 11
- Forks: 92
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-android-ui - EasyCountDownTextureView - 使用TextureView轻松实现倒计时 (其他)
README
EasyCountDownTextureView
==
![Language](https://img.shields.io/badge/language-Java-EE0000.svg) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/CaMnter/EasyCountDownTextureView/blob/master/LICENSE)
![Version](https://img.shields.io/badge/version-1.6-8470FF.svg)
![SDK](https://img.shields.io/badge/SDK-14%2B-orange.svg)
[ ![Download](https://api.bintray.com/packages/camnter/maven/EasyCountDownTextureView/images/download.svg) ](https://bintray.com/camnter/maven/EasyCountDownTextureView/_latestVersion)**Easy count down by TextureView**
## Attention**minSdkVersion >= 14**
## Gradle```gradle
dependencies {
compile 'com.camnter.easycountdowntextureview:easycountdowntextureview:1.6'
}
```
## Attributes```xml
```
## Easy use
```xml
```
![TextureView_1](https://github.com/CaMnter/EasyCountDownTextureView/raw/master/screenshot/textureview_1.gif)
```xml```
![TextureView_2](https://github.com/CaMnter/EasyCountDownTextureView/raw/master/screenshot/textureview_2.gif)
## PerformanceWithout scrolling, only time in the refreshing
## LicenseCopyright (C) 2016 CaMnter [email protected]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.