Re: [android-developers] Looking to see if adding the ability to swipe left to right is possible with our current app we are creating

2014-10-02 Thread TreKing
On Wed, Oct 1, 2014 at 11:57 AM, Daniel Chacon wrote: > Suggestions or links on how to accomplish? http://lmgtfy.com/?q=android+swipe+scroll Which takes you to http://developer.android.com/design/patterns/swipe-views.html, among other useful links.

Re: [android-developers] Looking to see if adding the ability to swipe left to right is possible with our current app we are creating

2014-10-01 Thread Daniel Chacon
Suggestions or links on how to accomplish? On Fri, Sep 26, 2014 at 6:47 PM, TreKing wrote: > > On Thu, Sep 25, 2014 at 5:27 PM, Dan Cha wrote: > >> is something like that possible? > > > Yes it is. > > > ---

Re: [android-developers] Looking to see if adding the ability to swipe left to right is possible with our current app we are creating

2014-09-26 Thread TreKing
On Thu, Sep 25, 2014 at 5:27 PM, Dan Cha wrote: > is something like that possible? Yes it is. - TreKing - Chicago transit tracking app for Androi

[android-developers] Looking to see if adding the ability to swipe left to right is possible with our current app we are creating

2014-09-25 Thread Dan Cha
We have a app that we are working on that once you login to the app, you have a few buttons you can choose from, once you select one, it displays a "listview" with a custom adapter layout of all the records available. You can then click on any of the records and are taken to a detail page where