I want to swipe between screens with finger touch like the image below.
And the second screen should not be streched to the all of the screen but just the left part.
thx.
I want to swipe between screens with finger touch like the image below.
And the second screen should not be streched to the all of the screen but just the left part.
thx.
This pattern is called navigation drawer. A new official Android guideline on such design can be found at
http://developer.android.com/design/patterns/navigation-drawer.html
and how to implement it at
http://developer.android.com/training/implementing-navigation/nav-drawer.html