Pinned Loading
-
-
-
-
-
Draft for an automatic reference cle...
Draft for an automatic reference cleaner view delegate 1class DisposableView<T : View>(
2lifecycleOwner: LifecycleOwner,
3viewLifecycleOwnerLiveData: LiveData<LifecycleOwner>
4) : ReadWriteProperty<LifecycleOwner, T?>, LifecycleEventObserver {5private var _value: T? = null
-
LiveData debounce extension
LiveData debounce extension 1private val searchInputData: MutableLiveData<String> = MutableLiveData<String>()
23val searchResultData: LiveData<List<Items>> = searchInputData
4.debounce(300L, mainScope)5//.map(::getItemByName)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

