On Thu, Jun 30, 2011 at 7:22 AM, Shruthi Varma <[email protected]> wrote: > What I need is to show 3 images on the screen, where the first image is > selected, > when I click or swipe, 1st image should be replaced by the second image, > second by 3rd and 3rd by 4th using slide animation.
Grab the source code to Gallery and change to suit. Note: this may not be easy. > I am not able to get the exact way as this in android, compared to my > colleagues in Iphone, who haveĀ achievedĀ this using the ScrollView method of > Iphone. > So, I was thinking is there any default methods in android, or Should I have > to customize it. You have to customize it. Or, better, you use Gallery, since that will behave as users expect *on Android*. I fail to see the value in your presentation versus Gallery, and Android users are used to Gallery. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9.9 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

