The Android messaging application located in projects / platform / packages / applications / Mms.git has the RecipientsEditor class. I would like to be able to create a MultiAutoCompleteTextView that will filter contacts in the same way to facilitate the selection of contacts in my application. using the mms application is cumbersome because it uses an internal apis and has all the separation between classes.
Has anyone done an easy way to do this?
source
share