I'm trying to display the image that I just took with the camera. I have the
following code var dataUri = data.ToURI();
var imageView = FindViewById<ImageView>(Resource.Id.takepic);
imageView.SetImageURI(Android.Net.Uri.Parse(dataUri));
I have the folling value for dataUri:data.ToURI()
"content://media/external/images/media/208#Intent;action=inline-data;end" I
would think that the uri to the image is stored in content://. Unfortunately,
when I try to set the value in the imageview, I don't get anything. Does
anyone have any suggestions? Wally _______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid