I am just getting started with Android development, so this may be a simple question, but here goes anyway.
I have several widgets on my layout, but when I open the window, the focus is always on the last widget. How do I set the focus on a particular Widget (an EditText box). In Windows programming, it is called Tab Order in the resource editor. How do I control the Widget "Tab Order" on a view?