one can only understand this question if they might have used windows phone.In the default music player that nokia provides or any other music player on windows 8 phone...when the main screen pops up ,the view looks something similar to the view in android with fragments attached in a view pager,but its a bit different.Upon scrolling between pages, the objects seem to be floating.Thats maybe because the view has three layers.
One is the main layer where the content is displayed
the other is the background
and the third is where the title is written.
the objects in windows music player app move(in horizontal direction) with different velocities(and also different distances). The layer containing the title moves a bit slower,the background a little faster and text, the fastest. I mean if one swaps between views,the text is swapped completely,background is swapped say by 1/3 and the title is swapped say by 1/5.
anyone knows how i can achieve this kind of view??