In my application i have requirement to implement tag functionality, like we tag particular user in stackoverflow/facebook.
For Example if i press @a
... on that time i will get list of suggested items for that character from server,and i will show a list of items , selecting any item from list i need to display that on edit text, with some highlighted portion and cross shape on the button.
For example while asking questions on stack overflow site, if i write ruby-on-rails
and select ruby-on-rails
from the suggested tag than it will shown as below
And when i press back press or cross button of that tagged button, entire text should be disappear,
I need to implement same functionality in my application, the only difference is that i will write anchor tag like @ruby-on-rails
than will get suggestions of keyword from server.
Any guide or suggestion is appriciated
Thanks,
Aamir