'Recycle Fragment Views when using ViewPager (Mvvmcross)

I am using a ViewPager in an Mvvmcross Android App. The Fragments inside the ViewPager are all of the same kind. Is there a possibility to use some view recycling to avoid inflating a new view when scrolling through the ViewPager?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source