Remote image and Slideview, it's possible?

Hi guys,

pheraps my question could be a bit stupid, but consider i’m very new to develop apps. I have my “home” scene with tab bar and several buttons on it and wanted to make a slide show of images located on several web sites (sorry for my english…). Can do that? If yes, how? Actually I can display only one image by display.loadRemoteImage .Every help is welcome, thanks!!

Nobody can help me? Please, I really need to do this and can’t find the way to know if is possible and how… There is some tutorial? Thanks

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

Nobody can help me? Please, I really need to do this and can’t find the way to know if is possible and how… There is some tutorial? Thanks

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