Hi, I am new to android I have created an application in which i use 4 edittext fields and 2 spinners in an activity. the order of these components are 2 edittext then 2 spinners and then 2 edittext fields. Problem that i have got is when i transfer focus (with the help of soft keyboard next button) from edittext to spiner, spinner did not get the focus and the focus is tranferd to edittext field that was placed after the spinners. I have used requestfocus() on spinner but it did not work.
Is there any way that spinner got the focus? Regards, Waqas -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

