Hi,
I have 16 bitmap images in the files pane in the IDE.
These bitmaps are initially assigned to 16 ImageViews in the designer
The ImageVews are arranged in 4x4, so that bmp(0) is on ImageView(0) and so on
At runtime, I want the views be arranged in different order and randomly. so instead of imageview(0) be in the
top-left, it can be in any other place.
Any piece of code appreciated. Thanks in advance.
I have 16 bitmap images in the files pane in the IDE.
These bitmaps are initially assigned to 16 ImageViews in the designer
The ImageVews are arranged in 4x4, so that bmp(0) is on ImageView(0) and so on
At runtime, I want the views be arranged in different order and randomly. so instead of imageview(0) be in the
top-left, it can be in any other place.
Any piece of code appreciated. Thanks in advance.