Android: How to enable my button back if EditText is not empty?

Posted by Nx. mn on Stack Overflow See other posts from Stack Overflow or by Nx. mn
Published on 2010-06-05T06:39:31Z Indexed on 2010/06/05 6:42 UTC
Read the original article Hit count: 196

Filed under:
|
|
|

I have 2 EditText01 and 02. My button will be disable once the activity is started. And when these two EditText box got text inside, the button have to be enabled back. However my button is always disable and can't enable back using, button.setEnabled(false);.

Can anyone help me with this? Thx... :)

© Stack Overflow or respective owner

Related posts about android

Related posts about button