[android-developers] Re: HorizontalScrollView Question

2011-09-01 Thread James
Customize you own scroll view. On Sep 2, 12:43 pm, Ash wrote: > Hi All, > > How do we detect that the horizontalscrollview has reached the end? I have > 2 buttons on either side of the horizontal scroll view which I would like to > hide if not required. > > Thanks -- You received this message b

[android-developers] Re: HorizontalScrollView Question

2011-09-01 Thread James
Customize you own scroll view. On Sep 2, 12:43 pm, Ash wrote: > Hi All, > > How do we detect that the horizontalscrollview has reached the end? I have > 2 buttons on either side of the horizontal scroll view which I would like to > hide if not required. > > Thanks -- You received this message b

[android-developers] Re: HorizontalScrollView Question

2011-09-01 Thread Ash
James, It would be useful if you can provide more information. If there is no way to detect that the horizontalscrollview has reached either end then please say so. Cheers -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

[android-developers] Re: HorizontalScrollView Question

2011-09-02 Thread Drezden
Read this: http://blog.velir.com/index.php/2010/11/17/android-snapping-horizontal-scroll/ It should get you going in the right direction. Modify the code on your own to get when you need. On Sep 1, 11:43 pm, Ash wrote: > Hi All, > > How do we detect that the horizontalscrollview has reached th