Coverflow with Out of Memory
问题 i am working on Windows 8 Phone Application. I have issue where i am loading image with text on top of the images one by one.Its called coverflow feature. I am getting Out of memory exception for (int j = 0; j < items.Count; j++) { for (int i = 0; i < items.Collection.Count; i++) { Myobj obj = items[j].Collection[i]; if (obj.correct == 1) { coverflow.Add(new CoverFlow(items[j].Text, answer.TextTwo)); } } } CarouselList.ItemsSource = coverflow; DataTemplate : <DataTemplate x:Key="DataTemplate1