Custom AutoCompletevView like facebook comments field in android
问题 I want to make custom AutoCompleteView like this.. It should be populated when my special character is added (like facebook.. When you type @B then all friends those name starts with 'B' will be populated and we can select name). It should not be populate while typing until '@' is added. When '@' is added autocompleteview is dropped down and we can select name and after selecting it will be appended. I found this but not satisfied. I need clue. They have implemented...like when you type '@'