SyntaxFix
Write A Post
Hire A Developer
Questions
To hide the softkeyboard at the time of New Activity start or onCreate(),onStart() etc. you can use the code below:
onCreate()
onStart()
getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);