How do I replicate the functionality of selecting contacts in messaging app?
Posted
by Polyomino
on Stack Overflow
See other posts from Stack Overflow
or by Polyomino
Published on 2010-04-19T03:00:01Z
Indexed on
2010/04/19
3:03 UTC
Read the original article
Hit count: 318
Android's messaging app, located in projects/platform/packages/apps/Mms.git has a class called RecipientsEditor. I would like to be able to create MultiAutoCompleteTextView that will filter contacts the same way, to make contact selection easy in my app. using the mms app is cumbersome since it uses internal apis and has everything split across classes.
Has anyone made an easy way to do this?
© Stack Overflow or respective owner