My @mrc.bergamin. Welcome to our forums.
Please don’t “bump” posts that are less than a day old. You need to give people time to respond and 4 hours isn’t very long. We request that you wait a day or two before you bump a post.
Now for this question, display.loadRemoteImage() should be able to add an image into the slideView. I’ve not tried it, but you have to be aware, that it’s what’s known as an asynchronous operation which means you make the request and it returns to you immediately, but the download takes time to happen and your app is notified when it’s complete. You have to have the proper listener function in place and that listener function would be what inserts the image into the slideView.
It will take some work, but it should work.
Rob