You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I usually implement OnEditorActionListeners on the EditTexts in my forms, so when the user presses Enter, I can hide the keyboard and pass the focus to the next EditText. I'd really love a new annotation (something like @EditorAction) which behaves exactly as @click does.
I usually implement OnEditorActionListeners on the EditTexts in my forms, so when the user presses Enter, I can hide the keyboard and pass the focus to the next EditText. I'd really love a new annotation (something like @EditorAction) which behaves exactly as @click does.