I am using listbox where I am populating the listbox with the images with the absolute uri. Now i need to save the images to my media library within my phone. But when I try:
Application.GetResourceStream(new Uri(imageurl, UriKind.absolute))
it fires an exception. Is there any way to solve this problem.
Thanks in advance.