Multiple select drop down in android

Osman picture Osman · Oct 9, 2018 · Viewed 10.7k times · Source

I am now working on an android app where i required to load all country list on a dropdown. My User Requirement to add multiselect dropdown like as following which we use in web using JQuery....

Multiselect Dropdown

I am searching this type of dropdown but not get any solution yet. How can i solve this requirement? any suggestion is highly appreciated.

Thanks in advance.

N.B: I found following type of drop down which not accepted to my user.

enter image description here

Answer

Mohit Suthar picture Mohit Suthar · Oct 9, 2018

You are talking about is Chips View, there are multiples third party lib which can help you

https://github.com/hootsuite/nachos

https://github.com/pchmn/MaterialChipsInput

You can get help from this.