m.kupriyanov
Just put stateAlwaysHidden attribute in your Manifest
<activity name="EditContactActivity" android:windowSoftInputMode="stateAlwaysHidden"> ... </activity>
i've tryed your solution, but not run for me... I'm using andorid 2.1 version.Thx
use this ,editText.setInputType(InputType.TYPE_NULL);apply this for each editext..ur problem will be solved..
i want how to disable softkeyboard in entire device nt in a particular application.By application i want hide keyboard.i tried bt didnt get.help me plz.
i've tryed your solution, but not run for me... I'm using andorid 2.1 version.
ReplyDeleteThx
use this ,
ReplyDeleteeditText.setInputType(InputType.TYPE_NULL);
apply this for each editext..
ur problem will be solved..
i want how to disable softkeyboard in entire device nt in a particular application.By application i want hide keyboard.i tried bt didnt get.help me plz.
ReplyDelete