> > If you're swiping, how would it make sense to move from the last to first > in one swipe? > I've actually seen this on some apps and, if done right, it works... I basically just turns the pages into a loop. That way if you have n pages are on the last page you don't have to swipe n - 1 times to get back to the first page... A single swipe can bring you back to the first.
Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Mar 28, 2012 at 12:23 PM, TreKing <[email protected]> wrote: > If you're swiping, how would it make sense to move from the last to first > in one swipe? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

