hey guys currently i have TabHost implemented with 3 tabs each containing separate activity.
Each activity has Spinner view. I want to do Tab switching automatically i.e. when I select
first spinner then next tab should get called automatically. How can I do this?