Hello
I am sorry if this has been answered but I could not find any related post.
What my application does is listing some images from internet after selecting an item from a list and every item has its own images.
The application works as expected until I go back to select another item to show its images I get outofbounds error . I think the problem is because of some http job from the last item like if it was delayed till I got back and chose another item.
Now can I abort current jobs so they do not get finished at wrong time?
And if there is any other better way to fix this issue please help me
And thanks in advance
I am sorry if this has been answered but I could not find any related post.
What my application does is listing some images from internet after selecting an item from a list and every item has its own images.
The application works as expected until I go back to select another item to show its images I get outofbounds error . I think the problem is because of some http job from the last item like if it was delayed till I got back and chose another item.
Now can I abort current jobs so they do not get finished at wrong time?
And if there is any other better way to fix this issue please help me
And thanks in advance