Implement sliding page using ViewPager

Implement sliding page using ViewPager

android.support.v4.view.ViewPager is a layout manager that allows the user to flip left and right through pages of data. Example: ViewPager...
SlidingPaneLayout example

SlidingPaneLayout example

android.support.v4.widget.SlidingPaneLayout provides a horizontal, multi-pane layout for use at the top level of a UI. A left (or first) pa...