I'm on windows phone 8 project, in this project, I use panorama template. In first panorama I show the news in a longlistselector.
First, I was showing 15 news and nothing was a problem for performance. But now I show 50 news and started to make load time longer I think.
My question is, longlistselector make lazy loading for us or should we make something for it like windows stores one. Or I mean, When I scroll bottoms, It gets the small pictures and titles ?
I've reached ItemRealized and UnRealized events. Should I focus on them ?
By the way, I don't use MVVM correctly. I get the data from web api and binds it to controls.