Is it possible to use the MultiAutoCompleteTextView (I’m assuming that’s what it is) that’s used for texting with my application or do I have to create my own?
Is it possible to use the MultiAutoCompleteTextView (I’m assuming that’s what it is) that’s
Share
If you are just talking about content area in the Messaging app. Then you dont have to use
MultiAutoCompleteTextView, a simpleEditTextwill do your job.The suggestions you are talking about come not from auto complete but from IME (Input Method). For this you dont have to do anything, just use
EditTextfor editing your text.I hope this wat you looking. If not pls comment below.