开发者

Android multiple spinners

I have 3 spinners (dropdown menus). I would like the us开发者_Python百科er to select item from the first one and that would determine the options(different string array) on the second and on the third spinner. E.g. user selects the country in the first spinner and then gets popular music groups in that country on the second spinner and popular dishes on the third. What is the easiest way to do this?


Listen for selections from the first one, and then set the adapter on the second and third ones.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜