Tile Adapter
fun TileAdapter(tileImages: ArrayList<ImageButton>, tileWidth: Int, tileHeight: Int)
Content copied to clipboard
Parameters
tileImages
Images displayed on the tiles in the puzzle grid.
tileWidth
Width of each tile in the puzzle grid.
tileHeight
Height of each tile in the puzzle grid.