Friday, June 24, 2011

Re: [android-developers] Infinite HorizontalScrollView

On Fri, Jun 24, 2011 at 6:49 AM, yasith miuranga
<yasithmiuranga@gmail.com> wrote:
> How can implement infinite HorizontalScrollView ?

You don't.

> I used buttons in
> HorizontalScrollView. normally when scroll right, after the last
> button I have to scroll left. But I want to know when scroll right
> after the last button it should show the first button. not want to
> scroll left.
> just as circle.

I think that you will have to write your own component for that, or
possibly see if a Gallery with a ridiculously long Adapter will
suffice.

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in London: http://bit.ly/smand1, http://bit.ly/smand2

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment