I'm trying to display an image from a url to an imageview. This mirrors an example I found...but yields a blank imageview logouri = Android.Net.Uri.Parse("http://info.motorstate.com/star.jpg"); logoimg.SetImageURI(logouri); Help? Dan Kibby