Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days ago
JSON representation
:star2:A cool dynamic view library
- Host: GitHub
- URL: https://github.com/codeestx/enviews
- Owner: codeestX
- License: apache-2.0
- Created: 2016-11-17T16:48:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T15:31:10.000Z (over 7 years ago)
- Last Synced: 2024-10-15T09:41:00.041Z (29 days ago)
- Topics: android-library, android-view, animation, customview, dynamic, effects, ui-components, view
- Language: Java
- Homepage:
- Size: 1.14 MB
- Stars: 1,765
- Watchers: 49
- Forks: 222
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 dependencydependencies {
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 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.