Android Question Moving Multiple Images

rodmcm

Active Member
Licensed User
Could anyone point me to possible techniques for moving multiple images. I am working on a version of the standard Card Solitaire game and wish to use Drag and Drop type features
I have been experimenting with GestureDetector which operates well for small number of images, but slows down to become almost unusable with many images.
The best success I've had is placing the card images onto a canvas for the game, and using only one moving panel, transferring the images to the panel at the movement. However, canvas requires repeated clear and redraws of each card pack which causes flicker.

So, any other techniques that I should have a look at?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top