Hello! Tell me, please, how did Instagram'a developers block the login button until the fields are filled?

The question is closed, badly Google.
In Android, how to make Login button disable with respect to EditText?
Source: https://ru.stackoverflow.com/questions/294205/
All Articles
if(editText.getText().length() > 0) button.setEnabled(true);- Barmaley