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
Post a Comment