Skip to content

Commit 08cfb93

Browse files
committed
update README
1 parent c9bead3 commit 08cfb93

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

README.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
#ENViews
2+
3+
[![](https://jitpack.io/v/codeestX/ENViews.svg)](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+
| ![](http://odck16ake.bkt.clouddn.com/Github/o_download.gif) | ![](http://odck16ake.bkt.clouddn.com/Github/download.gif) |ENDownloadView|
12+
| ![](http://odck16ake.bkt.clouddn.com/Github/o_volume.gif) | ![](http://odck16ake.bkt.clouddn.com/Github/volume.gif)|ENVolumeView|
13+
| ![](http://odck16ake.bkt.clouddn.com/Github/o_loading.gif) | ![](http://odck16ake.bkt.clouddn.com/Github/loading.gif) | ENLoadingView |
14+
| ![](http://odck16ake.bkt.clouddn.com/Github/o_play.gif)| ![](http://odck16ake.bkt.clouddn.com/Github/play.gif) | ENPlayView |
15+
| ![](http://odck16ake.bkt.clouddn.com/Github/o_search.gif)| ![](http://odck16ake.bkt.clouddn.com/Github/search.gif) |ENSearchView
16+
|![](http://odck16ake.bkt.clouddn.com/Github/o_scroll.gif) | ![](http://odck16ake.bkt.clouddn.com/Github/scroll.gif) |ENScrollView
17+
|![](http://odck16ake.bkt.clouddn.com/Github/o_refresh.gif) | ![](http://odck16ake.bkt.clouddn.com/Github/refresh.gif) |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

Comments
 (0)