Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codeestX/ENViews

:star2:A cool dynamic view library
https://github.com/codeestX/ENViews

android-library android-view animation customview dynamic effects ui-components view

Last synced: about 2 months ago
JSON representation

:star2:A cool dynamic view library

Awesome Lists containing this project

README

        

# ENViews

[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-ENViews-green.svg?style=true)](https://android-arsenal.com/details/1/4749)
[![](https://jitpack.io/v/codeestX/ENViews.svg)](https://jitpack.io/#codeestX/ENViews)

ENViews, A cool dynamic view library.All designed by [Nick Buturishvili](https://dribbble.com/nick_buturishvili
)
ENViews, 一个华丽丽的动效控件库,所有控件原型取自[Nick Buturishvili](https://dribbble.com/nick_buturishvili
)的设计作品

# Preview

| Original design | Android demo | Class |
| :--: | :--: | :--: |
| ![](https://github.com/codeestX/ENViews/raw/master/preview/o_download.gif) | ![](https://github.com/codeestX/ENViews/raw/master/preview/download.gif) |ENDownloadView|
| ![](https://github.com/codeestX/ENViews/raw/master/preview/o_volume.gif) | ![](https://github.com/codeestX/ENViews/raw/master/preview/volume.gif)|ENVolumeView|
| ![](https://github.com/codeestX/ENViews/raw/master/preview/o_loading.gif) | ![](https://github.com/codeestX/ENViews/raw/master/preview/loading.gif) | ENLoadingView |
| ![](https://github.com/codeestX/ENViews/raw/master/preview/o_play.gif)| ![](https://github.com/codeestX/ENViews/raw/master/preview/play.gif) | ENPlayView |
| ![](https://github.com/codeestX/ENViews/raw/master/preview/o_search.gif)| ![](https://github.com/codeestX/ENViews/raw/master/preview/search.gif) |ENSearchView
|![](https://github.com/codeestX/ENViews/raw/master/preview/o_scroll.gif) | ![](https://github.com/codeestX/ENViews/raw/master/preview/scroll.gif) |ENScrollView
|![](https://github.com/codeestX/ENViews/raw/master/preview/o_refresh.gif) | ![](https://github.com/codeestX/ENViews/raw/master/preview/refresh.gif) |ENRefreshView|

# Usage

Step 1. Add the JitPack repository to your build file

allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}

Step 2. Add the dependency

dependencies {
compile 'com.github.codeestX:ENViews:v1.0.3'
}

Step 3. See DemoProject for details.

# Thanks
* [Nick Buturishvili](https://dribbble.com/nick_buturishvili)

* [GcsSloop](http://www.gcssloop.com/customview/CustomViewIndex)

# License

Copyright (c) 2016 codeestX

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 at

http://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.