All Projects → codeestX → Enviews

codeestX / Enviews

Licence: apache-2.0
🌟A cool dynamic view library

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Enviews

View Effects
Apply custom effects on view backgrounds
Stars: ✭ 176 (-90.06%)
Mutual labels:  view, effects, ui-components
Edgetranslucent
Android 任意View边沿渐变透明
Stars: ✭ 461 (-73.97%)
Mutual labels:  view, android-view
SignatureView
【Android View】:好用的Android电子签名板,能保存所签名的图片
Stars: ✭ 89 (-94.97%)
Mutual labels:  view, android-view
Gomponents
Declarative view components in Go, that can render to HTML5.
Stars: ✭ 49 (-97.23%)
Mutual labels:  view, ui-components
Flexml
🚀基于Litho的Android高性能动态业务容器。
Stars: ✭ 225 (-87.3%)
Mutual labels:  view, dynamic
andColorPicker
Color picker library for Android
Stars: ✭ 233 (-86.84%)
Mutual labels:  view, android-view
Fillingbutton
🔥Replace typical onLongClickListener with this library!
Stars: ✭ 31 (-98.25%)
Mutual labels:  view, customview
Toucheffects
Android View点击特效TouchEffects,几行代码为所有控件添加点击效果
Stars: ✭ 167 (-90.57%)
Mutual labels:  view, effects
Androidanimationexercise
Android 动画各种实现,包括帧动画、补间动画和属性动画的总结分享
Stars: ✭ 1,254 (-29.19%)
Mutual labels:  view, android-view
Ticketview
🎫 A custom view for showing tickets
Stars: ✭ 101 (-94.3%)
Mutual labels:  view, customview
Pbtreeview
An UITreeView implementation from UITableView that Apple missed in its UIKit framework. And it is in pure Swift.
Stars: ✭ 128 (-92.77%)
Mutual labels:  dynamic, ui-components
Pagemenulayout
【Android分页菜单控件】快速实现美团、饿了么、京东、淘宝首页分页菜单效果
Stars: ✭ 197 (-88.88%)
Mutual labels:  view, customview
Jamesdspmanager
Audio DSP effects build on Android system framework layer. This is a repository contains a pack of high quality DSP algorithms specialized for audio processing.
Stars: ✭ 136 (-92.32%)
Mutual labels:  dynamic, effects
Frames
Retrieves desired frames from video.
Stars: ✭ 51 (-97.12%)
Mutual labels:  view, customview
Transitioner
A library for dynamic view-to-view transitions
Stars: ✭ 2,049 (+15.7%)
Mutual labels:  view, dynamic
Zloading
[Android] 这是一个自定义Loading View库。暂停更新
Stars: ✭ 552 (-68.83%)
Mutual labels:  view, customview
Fancyaccordionview
An Android fancy accordion view
Stars: ✭ 64 (-96.39%)
Mutual labels:  view, ui-components
Cosin
Android loading view library 📊🍭
Stars: ✭ 129 (-92.72%)
Mutual labels:  view, customview
Textwriter
Animate your texts like never before
Stars: ✭ 140 (-92.09%)
Mutual labels:  view, customview
Bounceview Android
Customizable bounce animation for any view like in Clash Royale app
Stars: ✭ 142 (-91.98%)
Mutual labels:  view

ENViews

Android Arsenal

ENViews, A cool dynamic view library.All designed by Nick Buturishvili
ENViews, 一个华丽丽的动效控件库,所有控件原型取自Nick Buturishvili的设计作品

Preview

Original design Android demo Class
ENDownloadView
ENVolumeView
ENLoadingView
ENPlayView
ENSearchView
ENScrollView
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

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].