Search code examples
javaandroidandroid-studioandroid-spinner

How to make group in Spinner


I need to group users in the list by department. Like this:

enter image description here

Clicking on the group name should open the list. Or tell me how you can filter a spinner with a large number of lines


Solution

  • You will use ExpandableListView you can follow this library

    ExpandableListView