文件名称:Android代码-WeakDelegate
文件大小:61KB
文件格式:ZIP
更新时间:2022-08-26 02:43:01
Android代码
Weak Delegate This project implements a Kotlin wrapper for the almighty (and sometimes scary) weak references so that you can use them in a more friendly way. Usage Weak references are often feared but are one of the most important tools Java and Kotlin developers have. If you are still unsure if you should use them just read one of the multiple resources linked below. However, if you ever tried to use a weak reference in kotlin you probably found yourself writing things like: class SomeClass {
【文件预览】:
WeakDelegate-master
----.gitignore(104B)
----settings.gradle(70B)
----build.gradle(534B)
----src()
--------main()
--------test()
----gradlew(5KB)
----LICENSE(11KB)
----README.md(3KB)
----gradlew.bat(2KB)
----gradle()
--------wrapper()