问题
I have three Spinner,Location Route and customer.I fill it From Webservice.There is some Routes some locations and some customers,If I select Location then Corresponding of this location Route Should be come..and If I select the route then Corresponding the route Customers Should be come..How can I do This..PLease Help me..
Thanks In Advance
回答1:
override setOnItemSelectedListener
and there
on location selection set the value in adapter and set this adapter to Routes and repeat this process for Routes to customers...
来源:https://stackoverflow.com/questions/7074083/i-have-a-three-spinner-fill-these-spinner-to-corresponding-the-other-one-how-ca