What is the best way to prevent double clicks on a button in Android?
Disable the button with setEnabled(false) until it is safe for the user to click it again.
setEnabled(false)