coverflow

Open source iPhone Coverflow like library

Are there any open source coverflow-like API's/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 only public API's as others may keep an app from getting published into the App Store. ...

Android coverflow

Im writing an app 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? ...

Adding components to CoverFlow in Flex

I'm working with the Coverflow library by Doug McCune available here - http://bit.ly/zCc11. In the example included, he has created some panels inside a CoverFlowContainer. There are other examples of him populating the coverflow from an RSS feed on the page linked above but he doesn't include the source for these :( I will eventually ...

how to create a cover flow menu like ipod app when turn in landscape mode?

as title, how to create such cover flow menu?have any reference code or tutorial talk about this thanks in advance ...

Help getting dataSource working on OpenFlow

I need help getting dataSource in OpenFlow. I I want to provide CoverFlow functionality whenever the phone is turned horizontally. I'm using Alex Fajkowski's awesome code OpenFlow ( http://fajkowski.com/blog/2009/08/02/openflow-a-coverflow-api-replacement-for-the-iphone/ ) but the example provided is very different than what I need. I...

Free .NET 2.0 Cover Flow User Control

I'm looking for a free User Control that provides functionality similar to that in Apple's Cover Flow. I'm aware of FluidKit, but I want something that targets .NET 2.0 for cross-platform compatibility with Mono. I've also found IndexCards, but it costs money, and I want to make the source of my project freely available, so I can't use ...

Converting an UIview unto UIimage causing memory leak

Hi guys!! I'm developing an app for iPhone using a coverFlow view, when the app is building the cards it is using a UIView in order to add labels and other stuff. Then I convert the UIView into UIImage using the following code: UIGraphicsBeginImageContext(imageView.bounds.size); [imageView.layer renderInContext:UIGraphicsGetCurrentCon...

Floating a UILabel above OpenFlow

How do you get a UILabel to float above Alex Fajkowski's implementation of CoverFlow called OpenFlow? Ok I've figured it out. I just had to use bringSubviewToFront with the UILabel. Thanks to everybody who answered. ...

Creating the Cover Flow effect like Apple with jQuery

Hi there, I'm looking to recreate apple's cover flow effect using jQuery. I've looked at some various options and came across: ImageFlow -> http://imageflow.finnrudolph.de/ (just javascript, not jQuery) cFlow -> http://blarnee.com/wp/cflow-coverflow-for-jquery-experimental-release/ xFlow! -> http://www.pwhitrow.com/blog/entries/2009/...

OpenFlow :: Howto Stream Images

I am trying to use OpenFlow (http://apparentlogic.com/openflow/) in an iPhone App to stream files off of my server. How can I do this? Should I be using NSOperationQueue? So far I have been able to: * Use local files * Use their demo from Flickr (which uses the Flickr API and library) Code to load local images: NSString *imageName; f...

how to implement a picture wall with iphone

http://img2.mtime.com/mg/2010/2/a3862303-825b-4adc-a3f8-e7b95d00b507.jpg i just want to know how to implement the 3D wall that the picture above shows. Could anybody give me some tips? ...

js/jquery coverflow effect

Hey, I try to archive a certain effect with js/jQuery: The Apple Mac OS X Coverflow effect which you can choose within finder. Can you point me to a gently & smooth working plugin? I love #roundabout for jquery but unfortunately they don't support that effect. I also tried some of the linked plugins of this post: http://stackoverflow.c...

Flash iTunes Cover Flow replace root command in flash

hey, i want to use the itunes cover flow but i have a problem with my flash, on the server i use, i cant use the root comand or actionscript 3, so i basicaly found what i needed in as2 but it has the command root in it and because of that, the flash cant load on the server, could anyone help me by telling me what should i do to get the r...

CoverFlow like Slideshow

Hello! I stuck again at a Problem. I want to make a little Slideshow (functionality like CoverFlow -> Thumbnails can scroll horizontally). I have 10 Pictures that should be as Thumbnails in this show. when i "press" a pic, this pic should go fullscreen. Can anyone give me a little help or even a tutorial to do such a thing? Thank You ...

How create WPF scrollbar to look like iTunes cover flow scrollbar?

I would like to create a scrollbar in WPF that looks like the one seen in iTunes cover flow. See scrollbar image below, which also shows the reflection of the album art underneath the scrollbar. Below is a basic scrollbar control in xaml. <ScrollBar Name="scrollBar1" Height="24" Width="Auto" Orientation="Horizontal" Smal...

What does this error mean: "lo->hi recycling invariant violated!" and what can I do to fix it?

My iPhone app started logging this error: lo->hi recycling invariant violated! followed by: Program received signal: “EXC_BAD_ACCESS” whenever I launched it on my iPod (3.1.3) and sometimes when I launch it in the simulator. What does this error mean, and how can I fix it? I am using cover-flow in my app. I think this might be the pr...

Coverflow in HTML5 for iPhone/iPod Touch

Hi, 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 could work properly with the iPhone/iPod-Touch navigation. Anyone knows something t...

CoverFlow- Flip when selected

Hello all... i am working on an application which uses the iPod like application in iPhone.. I have implemented the Coverflow. But the main problem now is when we select any image it must flip and then i have to display the detail of that image... and when clicked on detail it must flip again and the same image must get displayed... Work...

Semantic Fish-eye zoom on table cells in UIKit?

How would I go about implementing a table view that looks and works something as illustrated in the link below, with UIKit for the iPhone? http://img442.imageshack.us/img442/4177/uifisheyeview.png So basically I want the cell sizes to vary according to distance of focus (middle of view). And I would also want it to be semantic zooming a...

CoverFlow using UIVIews

I am trying to implement "CoverFlow" in iPhone referring http://www.chaosinmotion.com/flowcover.m . But what I actually want is a coverflow of UIViews, and not images. ie, I want my coverflow to contain controls like UIViews and not static images. Is this possible ? Please help ... Thanx in advance. ...