java - items from listview to wich field and how? -
So I have 2 list views full of things in it, I want to take those items, and display them like this For example:
item 1 + item 2 + item 3
all have been separated from "+". However, I do not know what should I put (text view, list view?), After that I need to retrieve those elements (item 1 + item 2 + item 3) after the second (text or list view)?
Thank you
P>
Comments
Post a Comment