Android代码-RxJava封装的ViewStub。使用方式与RxBinding相似。

时间:2022-08-27 22:18:11
【文件属性】:

文件名称:Android代码-RxJava封装的ViewStub。使用方式与RxBinding相似。

文件大小:501KB

文件格式:ZIP

更新时间:2022-08-27 22:18:11

Android代码

README.md RxViewStub Sketch Sometimes your layout might require complex views that are rarely used. "Gone" or "Invisible" is not a good idea fot that, because these properties can't prevent view add to the view hierarchy and also hurt performance. But the ViewStub is an invisible and zero-sized view that can be used to lazy loading on demand. Similarly, with reduce memory usage, use ViewStub can also speed up rendering by loading the views only when they are real needed. RxViewStub is s


【文件预览】:
RxViewStub-master
----.gitignore(458B)
----app()
--------.gitignore(7B)
--------build.gradle(832B)
--------src()
--------proguard-rules.pro(648B)
----images()
--------RxViewStub.gif(437KB)
--------icon.png(11KB)
----settings.gradle(28B)
----build.gradle(643B)
----LICENSE.txt(1KB)
----RxViewStub()
--------.gitignore(7B)
--------build.gradle(619B)
--------src()
--------proguard-rules.pro(648B)
----README.md(4KB)
----gradle.properties(1KB)

网友评论