|
| 1 | +#ENViews |
| 2 | + |
| 3 | +[](https://jitpack.io/#codeestX/ENViews) |
| 4 | + |
| 5 | +ENViews, A cool dynamic view library.All designed by [Nick Buturishvili](https://dribbble.com/nick_buturishvili |
| 6 | +) |
| 7 | + |
| 8 | +#Preview |
| 9 | +| Original design | Android demo | Class | |
| 10 | +| :--: | :--: | :--: | |
| 11 | +|  |  |ENDownloadView| |
| 12 | +|  | |ENVolumeView| |
| 13 | +|  |  | ENLoadingView | |
| 14 | +| |  | ENPlayView | |
| 15 | +| |  |ENSearchView |
| 16 | +| |  |ENScrollView |
| 17 | +| |  |ENRefreshView| |
| 18 | + |
| 19 | +#Usage |
| 20 | + |
| 21 | +Step 1. Add the JitPack repository to your build file |
| 22 | + |
| 23 | + allprojects { |
| 24 | + repositories { |
| 25 | + ... |
| 26 | + maven { url "https://jitpack.io" } |
| 27 | + } |
| 28 | + } |
| 29 | + |
| 30 | +Step 2. Add the dependency |
| 31 | + |
| 32 | + dependencies { |
| 33 | + compile 'com.github.codeestX:ENViews:v1.0.0' |
| 34 | + } |
| 35 | + |
| 36 | +Step 3. See DemoProject for details. |
| 37 | + |
| 38 | + |
| 39 | +#Thanks |
| 40 | +* [Nick Buturishvili](https://dribbble.com/nick_buturishvili) |
| 41 | + |
| 42 | +* [GcsSloop](http://www.gcssloop.com/customview/CustomViewIndex) |
| 43 | + |
| 44 | +#License |
| 45 | + |
| 46 | + Copyright (c) 2016 codeestX |
| 47 | + |
| 48 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 49 | + you may not use this file except in compliance with the License. |
| 50 | + You may obtain a copy of the License at |
| 51 | + |
| 52 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 53 | + |
| 54 | + Unless required by applicable law or agreed to in writing, software |
| 55 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 56 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 57 | + See the License for the specific language governing permissions and |
| 58 | + limitations under the License. |
0 commit comments