how to select multiple items in a spinner ,and the items are loading from the MYsql database and when ever we select the items it as to store the id to the database
Asked
Active
Viewed 1,839 times
-4
-
I don't think that spinner is designed to select multiple items – Vladyslav Matviienko May 18 '17 at 06:41
-
Have you searched before posting the question? http://stackoverflow.com/questions/5015686/android-spinner-with-multiple-choice – Denny May 18 '17 at 06:41
-
need to table update code oncheckedchangelistener.my opinion to add code snap so its more easy to help you. – Vasant May 18 '17 at 06:44
-
https://stackoverflow.com/a/47284385/1140304 – Milad Ahmadi Nov 14 '17 at 11:26
-
[MultiSelectSpinner](https://github.com/pratikbutani/MultiSelectSpinner#how-to-use-multiple-item-selection-spinner) – Pratik Butani Aug 28 '20 at 07:08
1 Answers
0
Spinner by default, won't allow multiselect. You have to extend it. See this

Community
- 1
- 1

Bertram Gilfoyle
- 9,899
- 6
- 42
- 67