Is it possible to use an expandablelistview as a dropdownview for a spinner?
问题 I have a 2d array of strings. I would like to use a spinner to allow users to select values from the 2nd lvl of the array but I would like to display the selection options in a expandablelistview using the values of the 1st lvl of the array as category headers. Is this possible, can someone point me in the right direction of how this should be implemented ? 回答1: You cannot directly use an ExpandableListView for the Spinner popup, any more than you can directly use a ListView for the Spinner