Hello,
I'm developing an application where if a user clicks a button a comparisson is performed, if the user was right an image needs to show for 1 second if the user was wrong another image needs to show for one second too.
The thing is, I don't know what should be the best solution, I tried putting the thread to sleep for one second after the image loads then hiding the image, but when I put it that way the image never shows.
I'm thinking implementing a timer, but I want to know if there is a way I'm missing that might be easy and efficient to do instead of a timer.
Thanks