MultiSelectSpinner
MultiSelectSpinner copied to clipboard
A spinner control for Android that supports multiple selection.
when we use the control and we check for example 2 checkbox. the following value is written : text1, text2 is it possible to show that value when we call...
After selecting items how to call a method.
After selecting items,there should be a control like done.please help..it will be very helpful.thanks
can anyone guide me how can i display this multiselect spinner in form of dropdown instead of the pop up window?
MultiSelectSpinner mySpin = (MultiSelectSpinner)findViewById(R.id.spinner1); Caused by: java.lang.ClassCastException: android.widget.Spinner cannot be cast to com.example.testspinner.MultiSelectSpinner why?
You have not set adapter and used AlertDialog for binding items, How can i put Search Functionality in dialog.
Added the ability to assign an id for each item and retrieve the ids of the selected items. this comes handy if two or more items can have the same...
hello i try add hint to that spinner but i cant do it. Have someone already did it.? I already posted describe in SO http://stackoverflow.com/questions/20349839/multiselect-spinner-with-hints update: if any1 still maintance...
Thanks
Thanks for taking the time to share your work.