java - Android MaterialDialog Multiple Lists -


is aware if android materialdialog library supports multiple lists? i've searched through docs , think might require custom view if library provides functionality prefer use library's implementation.

for example want dialog 2 lists required select 1 option each list such following:

 view: - buyers - sellers  sort by: - first name - last name - company name 


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -