i have a checkbox on whose de-selection i enable my edittext field (mEditText.setClickable(true) and mEditText.setEnabled(true) )
but, when these two fields are false i.e when the check box is selected--->>> when i click on my disabled Edittext field it shows a Virtual keyboard, though the edittext field is not edittable.
i want a fix to this problem
When i tried mEdittext.setfocusable(false) when checkbox deselected and setfocusable(true) when checkbox selected.... the field become non editable and the virtal keyboard also doesnot appear at all