dkharrat / NexusDialog

Library that allows you to easily and quickly create forms in Android with little code
Apache License 2.0
183 stars 52 forks source link

SearchableSelectionController with list of custom objects #61

Closed dneykov closed 7 years ago

dneykov commented 7 years ago

Is it possible to load list of custom objects into SearchableSelectionController instead of just List?

Thanks.

dneykov commented 7 years ago

I manage to do this with custom SelectionController which accept dataSource of type generic type List<T>. T must implement interface which provides methods for setting the value and label.