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

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -