Reputation: 1
I am creating an app that have left right gesture. if i swipe screen left side open a new half screen and if i swipe right same scenario. this happens all the time whatever screen shows to user . like skout app does thanks in advance .
Upvotes: 0
Views: 154
Reputation: 4389
I think that what you want to implement is a sliding menu.
Since it is a new design pattern there is not an official class to generate it yet (but since Google is also pushing this design pattern, for example with its own Google+ app, they will probably add it in a future version of the SDK).
There are libraries that handle it though :-). Like this one for example.
Upvotes: 1