| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
tdnj9942
7年前发布

Android开源 - ENViews:华丽丽的动效控件库

   <h2>介绍</h2>    <p>ENViews, 一个华丽丽的动效控件库,所有控件原型取自 <a href="/misc/goto?guid=4959725754326696677" rel="nofollow,noindex">Nick Buturishvili</a> 的设计作品</p>    <p>本项目为个人练习,没有经过系统的测试,发现问题或有建议欢迎issue,email( <a href="/misc/goto?guid=4959725754414240306" rel="nofollow,noindex">codeest.dev@gmail.com</a> ),PR.如果你喜欢这些效果也欢迎戳个star支持一下.使用详情可以参考demo,如果需要引入到项目更推荐直接拷贝源码,方便根据需求随时自定义.</p>    <h2>预览</h2>    <table>     <thead>      <tr>       <th>Original design</th>       <th>Android demo</th>       <th>Class</th>      </tr>     </thead>     <tbody>      <tr>       <td><img src="https://simg.open-open.com/show/350da97b535b76f5c3956a70d879bf39.gif"></td>       <td><img src="https://simg.open-open.com/show/3852824aa335b0e6a37a0b45ee73f567.gif"></td>       <td>ENDownloadView</td>      </tr>      <tr>       <td><img src="https://simg.open-open.com/show/82885fea97a3a9321732bc54053d47fc.gif"></td>       <td><img src="https://simg.open-open.com/show/0795d9cfadb18013081ca6be074cfdc4.gif"></td>       <td>ENVolumeView</td>      </tr>      <tr>       <td><img src="https://simg.open-open.com/show/237376892a7c8075d20b0da667437b09.gif"></td>       <td><img src="https://simg.open-open.com/show/6d9342886e86e9057707e84a37d0614d.gif"></td>       <td>ENLoadingView</td>      </tr>      <tr>       <td><img src="https://simg.open-open.com/show/3f7bfe0da17d44b37306197718651435.gif"></td>       <td><img src="https://simg.open-open.com/show/d04df7df80a4bf96de34efb03e8b7bb6.gif"></td>       <td>ENPlayView</td>      </tr>      <tr>       <td><img src="https://simg.open-open.com/show/a1c0ffb9f66a0af16e8dc0190ca8dbaa.gif"></td>       <td><img src="https://simg.open-open.com/show/efb193c7a6fefb0e97417cb0aa580e06.gif"></td>       <td>ENSearchView</td>      </tr>      <tr>       <td><img src="https://simg.open-open.com/show/2fb01d9c6cd07ca0915c559acbf43e66.gif"></td>       <td><img src="https://simg.open-open.com/show/d537c248ee6a203624c044d5ce5e6ec2.gif"></td>       <td>ENScrollView</td>      </tr>      <tr>       <td><img src="https://simg.open-open.com/show/8629a4d78f000533b1ada35e20927943.gif"></td>       <td><img src="https://simg.open-open.com/show/a3bed76d7f0919bd24dcf66270d776bf.gif"></td>       <td>ENRefreshView</td>      </tr>     </tbody>    </table>    <h2>使用</h2>    <p>Step 1. Add the JitPack repository to your build file</p>    <pre>  allprojects {      repositories {          ...          maven { url "https://jitpack.io" }      }  }</pre>    <p>Step 2. Add the dependency</p>    <pre>  dependencies {          compile 'com.github.codeestX:ENViews:v1.0.0'  }</pre>    <p>Step 3. See DemoProject for details.</p>    <h2>感谢</h2>    <ul>     <li> <p><a href="/misc/goto?guid=4959725754326696677" rel="nofollow,noindex">Nick Buturishvili</a></p> </li>     <li> <p><a href="/misc/goto?guid=4959717657403856062" rel="nofollow,noindex">GcsSloop</a></p> </li>    </ul>    <h2>许可</h2>    <pre>  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.</pre>    <p> </p>    
 本文由用户 tdnj9942 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1479549481323.html
Android Android开发 移动开发