-4

sorry about my bad English.

I am currently programming an Android App in Android Studio and i want to "go to the next EditText-Field" via keyboard.

In Some Apps is the Button, on the SoftKeyboard, last key right at the Bottom, the "next" KEy or"login" Key.

How to get this Feature with my Edit-Text's, How to link them?

Thank you

Steakschen
  • 163
  • 1
  • 2
  • 13
  • 2
    for FSM sake use google ... – Selvin Aug 13 '14 at 10:31
  • 3
    @Selvin I googled FSM. "Finite state machine"? No, that's weird. Second hit: "Flying spaghetti monster". Aaah, +1 :p – keyser Aug 13 '14 at 10:34
  • i was searching a long time, you didnt find anything with switch, how should i know that the other one used move, move is not the right word for that – Steakschen Aug 13 '14 at 11:46

1 Answers1

2

You need to define android:imeOptions for your EditText in your layout's xml file.

You will also have to set the value for android:singleLine as true.

Nitesh Garg
  • 401
  • 3
  • 6