java - appending values from list to append at the edit text -


i have friend list facebook , above list ,there edit text box.

i able retrieve name list .

when click on 1 position list ,i want show name edit text,then if other name selected ,then added edit text box after first selected name , on.

i had tried finding way of doing ,but not able proper answer implementing .

added name list being selected user.

for example

below list , above edit text when click on list view position,the

value of particular position shown in edit text,now if other position

clicked user ,in edit text ,it shown name1,name2.

if third value selected list should shown name1,name2,name3 , on.

when trying add in array list,on clicking ,it overwrite previous value , shown 1 value in edit text.

regards inder

look here, beautiful solution use in code


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -