I have an application requirement in which their is a profile picture with some personal details in it. But while scrolling the client demands that the profile photo should move to right side at the top header with animation. The android team have successfully implemented it using container layout. I got a GitHub link mimicking twitter profile animation.
But in that the profile photo goes underneath instead i want the profile picture to move side way at the top of the header at right side... Is there any way to achieve it?