Hello, I am using a custom keyboard, and I want to tab through EditText views in the same way a standard keyboard would.
In addition, I would like to know when I have reached the last item, and whether the pointer should reset back to the first item or change to a done button.
You can save the "next" EditText in the current focused EditText Tag property. If the Tag is Null you should show a Done button, otherwise when the user presses on the Next button you should change the focus.