Hi everyone I would like to ask how do I retrieve images at the same time for example if I enter letters abc after clicking done a 3 images will apear corresponding to what I have inputted
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Your question is a bit unclear, but if I have understood well you want to show one image for each of the chars entered as input. So you keep a hashmap, where the key is the character and the value is the image you want to show for that character. After you break down the input to separate characters, you find the separate images to be displayed using the |
|||
|
