How to open two spinners at a time in android?

2019-08-29 23:21发布

I know how to work with single spinner. I'am populating one spinner with kilograms and other with grams. I have to open two spinners at a time (one beside other) on click of a button/view. User should be able to scroll through items of spinners individually and select kilograms & grams at one shot. How can i do it? Please help me.

1条回答
做个烂人
2楼-- · 2019-08-30 00:18

You probably want to use a custom View for that. Have a look at this project. I use it in my current project, and it's excellent.

查看更多
登录 后发表回答