I got a relative simple question. I have an activity with a lot of EditText\'s in them. When I open the activity it automatically focusses to the first EditText and displays
You can add this to your Android Manifest activity:
android:windowSoftInputMode="stateHidden|adjustResize"