Questions tagged [coverflow]

Cover Flow is an animated, three dimensional graphical user interface.

Cover Flow is an animated, three dimensional graphical user interface integrated within iTunes, the Macintosh Finder, and other Apple Inc. products for visually flipping through snapshots of documents, website bookmarks, album artwork, or photographs.

Only available internally to Apple applications via private frameworks, developers have a number of third party and open source options available to achieve the same effect, such as OpenFlow, iCarousel, flowcover, among others.

275 questions
54
votes
6 answers

Open source CoverFlow library for iPhone

Are there any open source, CoverFlow-like APIs or libraries available for the iPhone? I've found one implementation that is licensed per application, however, I'd much prefer to go the open source route. Also, I'm interested in libraries that use…
John Muchow
  • 4,798
  • 8
  • 40
  • 40
13
votes
2 answers

How to create Vertical Carousel in android?

I want to implement vertical carousel in android.I have searched lot of things about it,Finally i found that horizontal carousel example here. Can any body know that how to convert this horizontal carousel into vertical carousel. And also i have…
Ramesh Akula
  • 5,720
  • 4
  • 43
  • 67
13
votes
3 answers

coverflow android :how to get images from a url in the coverflow

hi I m currently testing the android coverflow i tried to get images from the url and display it in the coverflow i have successfully downloaded the images but cant put in the bitmap. here is code which i tried... package…
ashish.n
  • 1,234
  • 14
  • 30
11
votes
5 answers

Android coverflow

I'm writing an application for android and would like to have an itunes like coverflow preview. Is there anything in the api that I can use or do I have to build it from scratch?
Alexander Stolz
  • 7,454
  • 12
  • 57
  • 64
10
votes
2 answers

Canvas drawimage with round corners

I'm using this coverflow script on my website and I don't know how to output the canvas with rounded corners. This is the code that draws the image ctx.drawImage(image, cropLeft, cropTop, wid-2*cropLeft, hei-2*cropTop, 0, 0, newWidth, newHeight); I…
Tanase Butcaru
  • 962
  • 1
  • 10
  • 23
9
votes
1 answer

iPad cover flow

I use FlowCoverView (http://chaosinmotion.com/blog/?p=295) for cover flow. However, the textures this library creates are limited to 256 pixels maximum, and I would like to show bigger images in an iPad cover flow. What do you use for cover flow on…
hpique
  • 119,096
  • 131
  • 338
  • 476
9
votes
2 answers

IOS 7 CollectionViewFlowLayout 3D Translation (like new Safari Tabviewer)

My Problem I want to implement a CollectionView with the CollectionViewFlowLayout that looks like Safari Pageviewer (see screenshot) Since Apple was quoting stuff like "z-index" and "Transformations" are easy to implement. After several days of…
Corona
  • 685
  • 1
  • 10
  • 15
8
votes
1 answer

Combining CoverFlow and Universal Image Loader

I'm using fancyCoverFlow and universalImageLoader to display my custom 3D gallery :D something like below picture. My problem is it's not showing images when downloaded unless I swipe between the Gallery pictures and that picture hide from screen…
Amir
  • 16,067
  • 10
  • 80
  • 119
8
votes
9 answers

Coverflow in HTML5 for iPhone/iPod Touch

I have to do a web page destined for iPhone and iPod-touch that needs to incorporate the Coverflow style of apple in a page to display a list of videos. I've heard something about gizmos that could help, but I can't find anything relevant or that…
Stef
  • 523
  • 2
  • 7
  • 13
7
votes
1 answer

Gallery event to "when image centered"

I'm creating an scrollable image picker, but there's some info that I want to show for each Image while scrooling, my question is, there's an event on the Gallery that notify me that a Image is centered? This event should happen when scrolling. My…
Marcos Vasconcelos
  • 18,136
  • 30
  • 106
  • 167
7
votes
3 answers

Change view onClick coverflow - Android

I'm using this CoverFlow : http://www.inter-fuser.com/2010/02/android-coverflow-widget-v2.html I want to be able to change View when I click on a button, the button being a back/forward icon which will take you to the previous/next item in the…
Mike Bryant
  • 2,455
  • 9
  • 39
  • 60
6
votes
1 answer

How to empty or clear heap memory dynamically in my code

In my application i am using simple gallery and the coverflow both i have my coverflow image gallery on image clicked in coverflow i am redirected to next activity that contents full screen gallery and i can even scroll my fullscreen gallery…
unkown
  • 1,100
  • 5
  • 18
  • 39
6
votes
3 answers

Android Coverflow issue on 4.0.3 Samsung Galaxy S2

I'm using android coverflow, and it works fine on most of devices, but it seems that in Android 4.0.3 it does not put the center image back to the center once that you slide back and forth. They remain "stuck" and under the wrong angle. Did anyone…
Balkyto
  • 1,460
  • 4
  • 22
  • 47
5
votes
1 answer

How do I Inflate a Custom View in XML?

This is my first time trying to use a custom view in XML and I am not sure on how to do it. Any help would be greatly appreciated. I am using Interfuser's coverflow and need to inflate it where I can use it in a XML format so i can add other…
user742030
5
votes
1 answer

Cover Flow feature using view pager android

I have to implement cover flow feature in my app similar to mobikwik app cover flow and . I have already tried with Android CoverFlow widget library and few others. But nothing working as expected. How i can achieve this type of view using…
Adarsh Yadav
  • 3,752
  • 3
  • 24
  • 46
1
2 3
18 19