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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -