Max selectable count for “CHOICE_MODE_MULTIPLE_MODAL” gridview

前端 未结 3 2015
终归单人心
终归单人心 2021-01-27 16:55

I created a Gridview with CHOICE_MODE_MULTIPLE_MODAL in Android.

Everything\'s working well. But as per requirements, I have to set a limit for selecta

3条回答
  •  無奈伤痛
    2021-01-27 17:24

    You can use below ways for multiple selection and can use samples also:

    1. https://github.com/ManuelPeinado/MultiChoiceAdapter
    2. https://vikaskanani.wordpress.com/2011/07/20/android-custom-image-gallery-with-checkbox-in-grid-to-select-multiple/
    3. https://github.com/derosa/MultiImageChooser
    4. https://github.com/luminousman/MultipleImagePick

提交回复
热议问题