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.
Maybe the CLVDragger class can help you. If you search in the forum you can find a few versions for B4A and B4J.
In my first tutorial to do list app with clvexpandable and clvdragger classes you can read how you can implement the clvdragger class in your app.
Happy coding!
Maybe the CLVDragger class can help you. If you search in the forum you can find a few versions for B4A and B4J.
In my first tutorial to do list app with clvexpandable and clvdragger classes you can read how you can implement the clvdragger class in your app.
Happy coding!