I want to use such a field in android which will allow user to select from the drop down list and enter only those values which are in list (like a drop down list).
Menu of this list changes when user edit the text in field. And the user should also be able to enter more than one value Like in image below.
I want to do totally like in the image in which data will be retrieved from database by changing the text and user can only add those values which are in database already.
Is it possible to do in android??