The horizontal nature comes from the android.widget.Gallery class (which CoverFlow is derived from):
Class Overview A view that shows items in a center-locked, horizontally scrolling list. Please observe this concerning Gallery: This class was deprecated in API level 16. This widget is no longer supported. Other horizontally scrolling widgets include HorizontalScrollView and ViewPager from the support library. You could try looking at the source to Gallery. Or maybe try a trick: Fix the orientation to landscape. Rotate your images, and pretend to the user that it's in portrait mode. On Monday, November 5, 2012 8:16:02 AM UTC-6, rauf qureshi wrote: > > Thanks for comment, but can you please tell where exactly I have to > change in the code for that. > Thank you > Regards, > Rauf Qureshi > > On Sun, Nov 4, 2012 at 10:32 PM, TreKing <[email protected] <javascript:> > > wrote: > >> On Sun, Nov 4, 2012 at 5:54 AM, rauf qureshi >> <[email protected]<javascript:> >> > wrote: >> >>> I got link for coverflow but it is horizontally scrolling,but my >>> requirement is vertically scrolling which is given in link 2 so can any >>> body help me how to develop or any link for vertially scrolling Coverflow. >> >> >> Take the exact logic / concept as the horizontal, but change the >> direction ... >> >> >> ------------------------------------------------------------------------------------------------- >> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago >> transit tracking app for Android-powered devices >> >> -- >> 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]<javascript:> >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> 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 [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

