I have a three spinner,Fill these spinner to corre

2019-03-04 14:05发布

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条回答
倾城 Initia
2楼-- · 2019-03-04 14:47

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...

查看更多
登录 后发表回答