Issue
What is the best way to prevent double clicks on a button in Android?
Solution
Disable the button with setEnabled(false)
until it is safe for the user to click it again.
Answered By - CommonsWare
May 09, 2022 android, android-button, double-click No comments
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.
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.