In my app layout I need to have dropdown list button on the top of the screen followed by a tabHost with four tabs, each tab shows different activities.
and on clicking the Button(Phys) shows you this:
Now what I want is that the tabcontent changes or updates itself according to the selected subject in the dropdown list.
What I am using is a simple tabactivity.
I want to know any good approach to get this function. Any body who had worked on similar thing Please help me .I desperately need this?