ButterKnife provides button click debauncing under...
# android
i
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
i am prefer using rxjava
debounce
or
throttleFirst
@igor.wojda
i
I prefer to stick to Coroutines and forget about RxJava
r
@igor.wojda ok then