Android Question b4x customlistview move cards

MarcRB

Active Member
Licensed User
Longtime User
I do have a customlistview with cards. Each card is a layout that contains many views.

Can I swap or move cards as complete object?
Sure i can save all the values on the cards, swap saved data and reload it.
But maybe it can be done in once.

For example.
There wil be 10 cards, numbered 0 to 9.
I like to move card 7 before postion 2.
So it will be 0 1 7 2 3 4 5 6 8 9.

Thanks in advance.
 
Top