I am making an SMS application similar to the android sms.
In the “TO” field of the compose sms feature, I want to enter contacts from contact list. I am able to enter for the 1st contact. But for the 2nd contact it does not autocomplete. How to implement this?
I am making an SMS application similar to the android sms. In the TO
Share
I have used the MultiAutoCompleteTextView for this.It worked.