This question already has an answer here:
Everytime I open my android app, it automatically focuses the edittext box and the soft keyboard opens up. Is there a way to focus something else on start up so the keyboard doesnt show right away?
This question already has an answer here:
Everytime I open my android app, it automatically focuses the edittext box and the soft keyboard opens up. Is there a way to focus something else on start up so the keyboard doesnt show right away?
Add this two lines to you main layout.
You can try:
for your activity in AndroidManifest.xml
Add in your layout definition (in xml file) this following options :