A solution I've been working on required the use of a rotator to display a collection of data for a number of different pages. On Android, everything works as intended and works as close to perfectly as software can. However on UWP, it seems to stutter a lot more and will sometimes fail to load any content whatsoever, other times it will load a partial view of the content intended for that page, it's also been seen to never update and just show the same page of data regardless of the source changing.
I have attached a snippet of my XAML code for the rotator as well as code from my view model that I use to gather the necessary data for the rotator.
Attachment:
MovieRotator_66e5fece.zip