Posts Tagged “mono droid”

Mono Droid – Load Image Resource from Web

Alright – so you need to load an image dynamically as part of your Android Layout. You would think you can do this: myImage.SetImageURI(Android.Net.Uri.Parse(“http://bit.ly/Nsx0xn”)); But that won’t work. What happens? I’ll tell you. You end up with an error in the log that says: Resolve Uri failed on bad bitmap Uri This is because it [...]

Read more »