https://bugzilla.novell.com/show_bug.cgi?id=652296
https://bugzilla.novell.com/show_bug.cgi?id=652296#c1 Jonathan Pobst <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jonathan Pobst <[email protected]> 2010-11-09 16:13:57 UTC --- You are probably better off doing this on the Mono side than the Java side. One way is something like this: WebClient wc = new WebClient (); var stream = wc.OpenRead ("http://www.google.pt/logos/classicplus.png"); Bitmap bmp = BitmapFactory.DecodeStream (new JavaInputStream (stream)); imageView.SetImageBitmap (bmp); -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
