Android代码-几行代码快速实现滑动清屏效果!动态绑定清屏UI,参考自淘宝直播

时间:2022-08-25 19:45:52
【文件属性】:

文件名称:Android代码-几行代码快速实现滑动清屏效果!动态绑定清屏UI,参考自淘宝直播

文件大小:5.45MB

文件格式:ZIP

更新时间:2022-08-25 19:45:52

Android代码

ClearScreenHelper [中文][English] In our daily work, we may need to clean the UI from screen occasionally. The main way is through a Event of Button-Click, but some application can clean the UI by sliding the screen. In my mind, cleaning the screen by sliding-mode will be more favored by the user. The ClearScreenHelper will make this feature easily to implement. I hope it will be helpful to you. Import Step 1. Add the JitPack repository to your build file allprojects { repositories {


【文件预览】:
ClearScreenHelper-master
----gradlew(5KB)
----settings.gradle(30B)
----library()
--------src()
--------.gitignore(7B)
--------build.gradle(819B)
--------proguard-rules.pro(663B)
----README_CN.md(5KB)
----LICENSE(11KB)
----gradle()
--------wrapper()
----README.md(4KB)
----sample()
--------src()
--------.gitignore(7B)
--------build.gradle(899B)
--------proguard-rules.pro(663B)
----gradlew.bat(2KB)
----image()
--------demo_image2.gif(857KB)
--------demo_image1.gif(4.57MB)
----gradle.properties(730B)
----.gitignore(98B)
----build.gradle(498B)

网友评论