EDIT: See my answer below–>
I am wanting to have a view that when swiped to the right, the listView is shown. Very much similar to what is implemented in the new Google Play Store (Sample image below). I think its a ViewPager but I tried duplicating it without prevail. I was thinking it may just be that the ‘listView Page’ width attribute was set to a specific dp but that doesn’t work. I also tried modifying pakerfeldt’s viewFlow and cant figure out how Google does this
Am I on the right track? If someone has an idea how to duplicate this, I would greatly appreciate it. I think this may become a popular new way of showing a navigation view on tablets….? Code would be best of help. Thank you!!

Swipe right:

Finnished swipe; the layout shows the list and PART OF THE SECOND FRAGMENT (EXACTLY AS SHOWN) The list fragment does not fill the screen:

When the user swipes left, the main page is only shown and if the user swipes left again the viewPager continues to the next page.
Sorry for the late update. I implemented this from walkingice on Gethub with very little modification. Just use a conditional statement for a GestureDetector to swipe it into view only when a ViewPager id of ‘0’ is in view. I also added a toggle whithin my ActionBar