圖像選擇器選擇多圖片及顯示在單一圖像上 (Image picker to select multiple images and display them on a single image)

圖像選擇器只能選擇單一及顯示圖片?
若要選擇多張圖片並顯示在單一一個圖像上,這需要什麼指令才有辦法做到

To get multiples of anything, you need a list.

Images have image file names, if they are loaded from the Media folder.
(Others might have temporary names, depending on where you get them, and need to be copied, which is beyond my experience.)

The ListView has image display capabilities.

Alternatively, you could reuse one or two Image components with different image files chosen from your list, and using buttons or a slider to control the index into the list of pictures.

imagePicker is not designed to select multiple image same time.

you may use SAF extension.