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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -