Use of renderers with ViewPagers?
gpulido opened this issue · 1 comments
gpulido commented
I would like to use the renderers library to fill a viewpager instead of a listview, what could be the best aproach?
pedrovgs commented
Wow...You can use a similar adapter implementation to do this but adapters for ListView and ViewPager components are different. It has no sense use renderers because the main problem resolved by this library is view recycling (with ViewPager you don't have to recycle any view) and code structure (with ViewPager the every view is implemented inside fragments not ViewHolders).