In Windows phone 8.1, I have a listview to populate the images using some collections value, I have a image in that ItemsTemplate to display the list of images,
how to store a image in StorageFile, first time i need to display image using direct server uri and after that retrieve from local storage using IValueConverter, in this I am unable to call the async method.
Thanks in advance.