Hello,
I need to use the loadRemoteImage but would like to assign a variable to it so I can insert it info a listView control. I tried putting local var1 = … and when I try inserting var1 to a listview it is nil. Any suggestions?
Thanks!
display.loadRemoteImage( "http://www.coronalabs.com/demo/hello.png", "GET", networkListener, "helloCopy.png", system.TemporaryDirectory, 50, 50 )