Introduction
Recently lot of queries has been asked which is regarding to image loader.In general there is a chance of requirement in windows phone is need to set image loader when image getting from xaml feed or web service responce.Beacuse it will take some time to get our image from the web service and loaded completly.And so from the user point of view we need to put some progress bar or loader for image until it gets loaded completly.However finally i had come up with my best solution with custom progress overrellay.