I need to make an edit text with selected items in box in the edit text like the facebook tag friends.
i tried to do it by placing an edit text inside an linearlayout
with orientation horizontal. and when the an item is selected it is added to to the linarlayouts
first position. But this didn't work as the linear layout don't come to the next line when the first line is filled. can somebody tell me what is the proper way to achieve this.