How can I disable typing in an EditText field in Android?
EditText
The below code disables the EditText in android
editText.setEnabled(false);