setting multiple values to spinner in Android
问题 I can populate more than 1 spinner in Android with multiple values. I want to display more than 1 value in spinner i.e In "0" position (spinner index) I want to set more than one value as per the user dynamically. When user select the first value that will set in 0 position and when user click the second value it will added to same 0 position without replacing it. So that two values can be visible and can be use. Is it possible in android spinner? If yes any suggestion please .. 回答1: You can