Android: How would you make Buttons un-clickable for some period ?
Posted
by Hubert
on Stack Overflow
See other posts from Stack Overflow
or by Hubert
Published on 2010-04-20T16:32:10Z
Indexed on
2010/04/20
16:33 UTC
Read the original article
Hit count: 257
I've got some Buttons that I want to make un-clickable (but still appear on the screen) until another process (thread) has finished its work ? How would you do this ?
The goal is to avoid my users to keep clicking on this button and so, launching a new thread every time they click on it ...
Thanks for your help.
Hubert
© Stack Overflow or respective owner