Parallax effect
Hi! Very nice tutorial! Would it be possible to add an optional "parallax" effect maybe between the foreground and background drawables, a bit like Google's one? Thank you, and compliments again!
Hi @alBendin My initial intention was to do this, I implemented it but because of the ViewPager fragments, the images were being cut off on the edge of the pages. It requires quite a bit of work to fix as it would mean moving the images out of the fragment and managing which images should show when from the activity.
I will see if I can look at getting it right, but I cant promise anything. In the meantime, the library is open for pull requests, so you are open to giving it a try too.