Is there a way to do the equivalent of a tab order in designer? I am working on screens that could have as many as 20 fields on a layout. I'd like to set it so that when they hit next on the keyboard it goes to the proper field.
I've only been using this for a few days now and I'm finding this so much easier than trying to write apps in Eclipse.
Adding views by Code would be easiest since they will usually "tab" by order created. I have found though that on 3.x/4/x Android sometimes that isn't the case and no focus change occurs, so you may want to use the IME library and handle the Next/Done Button events yourself to change focus.