Windows phone 8 Images inside LongListSelector memory leak
I have a LongListSelector which contains a image control which loads a lot of images from the web, this works fine for some time, but after i loaded some images i get out of memory exception. I read other people having the same issue regarding out of memory with a lot of images but still haven't found a solution. I have read that it has something to do with image/BitmapImage cache. Here is my LongListSelector which contains the image control: <phone:Pivot Title="MY APPLICATION"> <!--Pivot item one--> <phone:PivotItem Header="Browse"> <Grid> <phone:LongListSelector Name="llsGameList"