ButterKnife provides button click debauncing under the hood, so user can’t quickly perform multiple button actions by clicking it multiple times. How to achieve this in kotlin + Kotlin Android Extension? Is there any to do it in easily in whole application?
r
radityagumay
12/23/2018, 4:59 PM
i am prefer using rxjava
debounce
or
throttleFirst
@igor.wojda
i
igor.wojda
12/24/2018, 8:35 AM
I prefer to stick to Coroutines and forget about RxJava