ViewPager with gradual Background Transition

Recently I came across one of those tutorial screens in a newly installed app. It would be quite ordinary use of the Android’s ViewPager if not for a smooth gradual background change while swiping between pages.

I searched the web but couldn’t find a nice solution anywhere, so I set off to create a solution of my own.

Continue reading