How to make a slide gesture in a view?
Posted
by
AedonEtLIRA
on Stack Overflow
See other posts from Stack Overflow
or by AedonEtLIRA
Published on 2011-01-12T00:48:31Z
Indexed on
2011/01/12
0:53 UTC
Read the original article
Hit count: 181
I have a grid layout that holds a limited 6 items per screen. This set number is just a base for the app and make it look and feel better so it must stay set to that. To get passed this and to add some flash to the app, I want to animate a style of screen change. For instance, when a finger is dragged left, push the current view to the side and bring the next it, very similar to how a gallery does it, except I would like it to be able to scroll vertical as well.
Any help or tutorials will be appreciated ~Aedon.
© Stack Overflow or respective owner