I'm developing a bus times application and I want to create a sub-spinner when one of the root spinner items is pressed. The root spinner will contain route numbers (1, 29, 149 etc) and the sub-spinner will contain the city of the route.
Here's an example I made in photoshop:

As you can see not all routes has a city selection. Now after we press "29":

I'm really struggling on how to implement this, does anyone have any idea?