anko icon indicating copy to clipboard operation
anko copied to clipboard

Proposal: Add Multi Selector Dialog

Open antonyalkmim opened this issue 8 years ago • 3 comments

Would be very useful if there is a multi selector dialog.

Something like:

multiSelector(title: String, items: List<String>, onClick: (dialog : DialogInterface, which: Int, isChecked: Boolean) -> Unit)

that matches this in java:

AlertDialog.Builder.setMultiChoiceItems(...)

antonyalkmim avatar Jul 25 '17 15:07 antonyalkmim

Yes please. Was just looking to implement this, but could only find a single choice selector!

thomhurst avatar Oct 03 '18 19:10 thomhurst

+1

emreb avatar Mar 28 '19 22:03 emreb

There are Lots of sources telling anko is better than using XML - weird that such simple things are still Missing

Nailik avatar May 16 '19 01:05 Nailik