I want to create a listview
with data from another listview
.
It will work as a cart for these buying sites, but would serve another purpose.
In a list there will be
line>
imageview
,textview
,imagebutton
In the other listview
line >
Imageview
of the first of the first list,textview
of the first list andimagebutton
to delete
How can I do this?
I already have the first listview
ready