Skip to content Skip to sidebar Skip to footer

Hide Virtual Keyboard Always

Actually i have a edit text.when i click edit text virtual keyboard popups.But i just wanna hide virtual keyboard always even after click on edit text.And edit text should be print

Solution 1:

Try edtNote.setInputType(InputType.Type_Null); it has advantages and disadvantage. Android wont treat the element as an input element. You cant enter anything after this


Post a Comment for "Hide Virtual Keyboard Always"