Re: [android-developers] How to use Android HorizontalScrollView to move image one by one
Hi,
There's a free application called "Android UI Patterns" on Play Market you can use to try out many of the open source UI implementations for Android. In your case "ViewPager & Tabbar" is maybe the most interesting part of the application in which you can find horizontal scrolling implementations.
https://play.google.com/store/apps/details?id=com.groidify.uipatterns
AFAIK it's not exactly trivial to implement this yourself at first but taking a look on these open source projects most definitely helps.
--
H
On Jan 17, 2013, at 8:06 PM, lionel Lioninho <lionel.firstdeveloper@gmail.com> wrote:
> I want to create an image slider using the HorizontalScrollView. Indeed, the slider will display one image at the time and I want to be able to use the fling gesture to navigate left and right in the slider. Any Idea to which methods to override in the HorizontalScrollView to achieve this. Thanks a lot. Best
>
> --
> 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
--
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
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home