In my class I create two EditTexts.
editText1 = (EditText)findViewById(R.id.EditText1);
editText2 = (EditText)findViewById(R.id.EditText2);
When I start the app, the cursor is automatically put in the second EditText. How can I change to be set in the first EditText? Should I change something programmatically or in the XML?
you can try: