I want to create custom tokenizer for @ like as whatspp feature(when open group and write @ then open popup for list and user can select any.also user can remove that string of @ .
I have search lots of things.but i have found twitter like search feature Example like twitter,
but in this,when user can write @ then do not show popup window of list. user can write soemthing after @ then based on typing ,popup window will show search result.
I want to show something like this:
Thanks in advanced.
I got solution for my question.
i have create own custom view for multiautocompletetextview and add performFiltering method for open popup after @sign.
Please see TokenAutoComplete, I hope it help