[android-developers] How to use Android HorizontalScrollView to move image one by one

2013-01-17 Thread lionel Lioninho
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. Than

[android-developers] Applying animation on a LinearLayout and really move its childs (side navigation pattern)

2012-06-19 Thread lionel Lioninho
Hi developers, I have a problem I need to realise this : http://android.cyrilmottier.com/medias/making_of_prixing/3/fading_parallax_large.png Create a side navigation as the image above shows it. I have a frameLayout containing 2 LinearLayout (L1 and L2), I also have a button in the layout L1 an

[android-developers] Building a one step by step scrollView

2012-05-30 Thread lionel Lioninho
Hi, I'm a beginner in android development and i want to create a vertical scroll view but which schroll by step. I don't really know how to do this with built in components provide by the SDK. Thanks :-) Lionel -- You received this message because you are subscribed to the Google Groups "A