Every time 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 doesn't show right away?
You can try:
android:windowSoftInputMode="stateHidden"
for your activity in AndroidManifest.xml