I have a three spinner,Fill these spinner to corresponding the other one..how can I fill

半世苍凉 提交于 2019-12-20 06:26:59

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!