Don't use lazy loading for the cells layouts
Firstly i would like to thank you for that quick answer. I have a question about don't using lazy loading. It is a timeline, so i don't know the exact amount of posts that a user will see. If i create all of them and just add them at xCLV, most likely throw an OOM error and listview will not be smooth.
What is your opinion about this?
OR
do you just mean, don't use lazy loading for downloading images? If you mean this, do you think there is a mess about lazy loading and downloading images with a service?