Ecosyste.ms: Awesome

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

https://github.com/ldoublem/LoadingView

a simple loadingview for android with animation
https://github.com/ldoublem/LoadingView

Last synced: 25 days ago
JSON representation

a simple loadingview for android with animation

Lists

README

        

# LoadingView
a simple loadingview for android with animation

简单的带有动画效果的加载控件

#Preview
![screen](https://github.com/ldoublem/LoadingView/blob/master/screen/screen.gif)
![screen2](https://github.com/ldoublem/LoadingView/blob/master/screen/screen2.gif)
#Gradle
```compile 'com.ldoublem.loadingview:loadingviewlib:1.0'```
---

|Id| Picture | Name | Method |
|---|---|---|---|
1|![1](https://github.com/ldoublem/LoadingView/blob/master/screen/1.png) | LVCircularCD | setViewColor(int color)
startAnim(int time)
stopAnim()
2|![2](https://github.com/ldoublem/LoadingView/blob/master/screen/2.png) | LVCircularRing | setViewColor(int color)
setBarColor(int color)
startAnim(int time)
stopAnim()
3|![3](https://github.com/ldoublem/LoadingView/blob/master/screen/3.png) | LVCircular | setViewColor(int color)
setRoundColor(int color)
startAnim(int time)
stopAnim()
4|![4](https://github.com/ldoublem/LoadingView/blob/master/screen/4.png) | LVFinePoiStar | setViewColor(int color)
setCircleColor(int color)
startAnim(int time)
stopAnim()
setDrawPath(boolean isDrawPath)
5|![5](https://github.com/ldoublem/LoadingView/blob/master/screen/5.png) | LVCircularSmile | setViewColor(int color)
startAnim(int time)
stopAnim()
6|![6](https://github.com/ldoublem/LoadingView/blob/master/screen/6.png) | LVGears | setViewColor(int color)
startAnim(int time)
stopAnim()
7|![7](https://github.com/ldoublem/LoadingView/blob/master/screen/7.png) | LVGearsTwo | setViewColor(int color)
startAnim(int time)
stopAnim()
8|![8](https://github.com/ldoublem/LoadingView/blob/master/screen/8.png) | LVWifi | setViewColor(int color)
startAnim(int time)
stopAnim()
9|![9](https://github.com/ldoublem/LoadingView/blob/master/screen/9.png) | LVCircularJump | setViewColor(int color)
startAnim(int time)
stopAnim()
10|![10](https://github.com/ldoublem/LoadingView/blob/master/screen/10.png) | LVCircularZoom | setViewColor(int color)
startAnim(int time)
stopAnim()
11|![11](https://github.com/ldoublem/LoadingView/blob/master/screen/11.png) | LVPlayBall | setViewColor(int color)
setBallColor(int color)
startAnim(int time)
stopAnim()
12|![12](https://github.com/ldoublem/LoadingView/blob/master/screen/12.png) | LVNews | setViewColor(int color)
startAnim(int time)
stopAnim()
13|![13](https://github.com/ldoublem/LoadingView/blob/master/screen/13.png) | LVLineWithText | setViewColor(int color)
setTextColor(int color)
setValue(int value)//0-100
14|![14](https://github.com/ldoublem/LoadingView/blob/master/screen/14.png) | LVEatBeans | setViewColor(int color)
setEyeColor(int color)
startAnim(int time)
stopAnim()
15|![15](https://github.com/ldoublem/LoadingView/blob/master/screen/15.png) | LVChromeLogo | startAnim(int time)
stopAnim()
16|![16](https://github.com/ldoublem/LoadingView/blob/master/screen/16.png) | LVRingProgress | setViewColor(int color)
setTextColor(int color)
setPorBarStartColor(int color)
setPorBarEndColor(int color)
startAnim(int time)
stopAnim()
17|![17](https://github.com/ldoublem/LoadingView/blob/master/screen/17.png) | LVBlock | setViewColor(int color)
isShadow(boolean boolean show)
setShadowColor(int color)
startAnim(int time)
stopAnim()
18|![18](https://github.com/ldoublem/LoadingView/blob/master/screen/18.png) | LVFunnyBar | setViewColor(int color)
startAnim(int time)
stopAnim()
19|![19](https://github.com/ldoublem/LoadingView/blob/master/screen/19.png) | LVGhost | setViewColor(int color)
setHandColor(int color)
startAnim(int time)
stopAnim()
20|![20](https://github.com/ldoublem/LoadingView/blob/master/screen/20.png) | LVBlazeWood | startAnim(int time)
stopAnim()
21|![21](https://github.com/ldoublem/LoadingView/blob/master/screen/21.png) | LVBattery | setViewColor(int color)
setCellColor(int color)
setShowNum(boolean show)
setValue(int value)//0-100
startAnim(int time)
stopAnim()
22|![22](https://github.com/ldoublem/LoadingView/blob/master/screen/22.png) | LVSunSetView | setSunendTime(String endtime)
setSunstartTime(String starttime)
startSunset()

## About me

An android developer in Hangzhou.

If you want to make friends with me, You can email to me.
my [email](mailto:[email protected]) :smiley:

License
=======

The MIT License (MIT)

Copyright (c) 2016 ldoublem

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.