I have a quite simple Layout with an EditText and a button. The problem is the keyboard appears immediately after the activity is started and the EditText gets the focus. I
in your manifiest.xml write the below code in your activity
manifiest.xml
activity
android:windowSoftInputMode="adjustNothing"