I have three kind of layouts in my list.
My problem is that only two kinds are showing, when the list is shown at the beginning. So when I scroll down, I have these two layouts ready to be converted and provide a smooth scroll but when the third kind of layout arrive, I don't have a converted layout for it and it causes a small jitter.
My question: Is there a why to pre load (or pre inflate) the layouts so they will be ready for converting in the getView()?
Thanks!