Search code examples
androidcheckboxandroid-alertdialog

multi select checkable dropdown check boxes in alert dailog in android


I am trying to alert multi selection dropdown check box in alert dialog like spinner but with check boxes in my android application ,can any one help here?


Solution

  • Use customlayout in AlertDialog class using api, dialog.setconteView() method. You can add whatever widgets you wish in your custom layout