I have an imageListener running and if it’s slow, I need a method to cancel when the user selects a new action (like going to another screen).
Specifically, if an image is slow downloading, and the screen has changed, the image is still downloading and then appears in the new screen.
So I need to know how to automatically cancel the download when a button is pressed.
Any ideas?