Tagged Questions
Cover Flow is an animated, three dimensional graphical user interface.
38
votes
8answers
30k views
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 ...
8
votes
2answers
4k views
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 ...
4
votes
6answers
10k views
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 ...
4
votes
3answers
8k views
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?
3
votes
1answer
67 views
“Two-dimensional” UserControl
I am trying to implement a custom user control.
Let's consider the ViewModels:
public class FileViewModel
{
public string Name { get; set; }
public BitmapSource Thumbnail { get; set; }
}
...
3
votes
1answer
119 views
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 ...
3
votes
1answer
651 views
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 ...
3
votes
1answer
393 views
How do I display a landscape coverflow style view when device is rotated?
I'm working on an app that will need to display a coverflow style view in landscape when the device is rotated to landscape orientation. I've worked on a few apps before, but none of them required ...
3
votes
1answer
830 views
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 ...
3
votes
1answer
4k views
Converting an UIview unto UIimage causing memory leak
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 ...
2
votes
2answers
653 views
How can I make OpenFlow work correctly in iOS 5.0?
I recently updated my application to use the iOS 5.0 SDK. Within it, I am using Alex Fajowski's OpenFlow cover flow implementation.
I found that when I run the application on iOS 5.0, OpenFlow is ...
2
votes
0answers
114 views
How to add images to the coverflow dynamically and update coverflow view?
I've implemented OpenFlow library for my iPad application. http://apparentlogic.com/openflow/
After setting the initial view, I'm adding the cover images dynamically to the coverflow view. The ...
2
votes
2answers
201 views
cover flow effect for the list of pdf
I wanted to know how can we implement the cover flow effect for the list of pdfs and on double tap ,it should open respective pdf. I m really struck between ,please help me out
thanks in advance
2
votes
3answers
271 views
How to create cover flow with different view controllers?
I want to show view controllers as images in tiles. But how to get the images of all view controllers before loading those view controllers. Suggest me some solution. I was looking through the link ...
2
votes
2answers
647 views
Setting up a cover flow in Android
I created an iphone application, and now I am consigned to do the same application in android. I used the OpenFlow from thefaj on github https://github.com/thefaj/OpenFlow
however I have yet to be ...
2
votes
1answer
688 views
implement a coverflow UI in an Android web application
I am trying to build a coverflow UI on an Android web application using HTML,CSS, JavaScript and some images.
CSS 3D transforms, which are supported in Safari sine 2009 and on the iPhone since ...
2
votes
1answer
442 views
Pure OpenGL CoverFlow implementation--not iPhone or OpenGL ES or other toolkit
Are there any open-source implementations of CoverFlow that are pure OpenGL, and not dependent on one of the following:
Any iOS or Apple API
OpenGL ES--I want this to run on a desktop, not a mobile ...
2
votes
0answers
376 views
Open flow with using a slider in ipad
I need a cover flow in the ipad.I have implemented the cover flow application using http://apparentlogic.com/openflow. But it uses mouse to flick the images. I need the same also using a slider. How ...
2
votes
3answers
3k views
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
1
vote
0answers
22 views
OpenFlow - How to anti aliasing?
I use OpenFlow to show images, but aliasing is a big problem. Please see bellow and help me!
1
vote
0answers
61 views
Getting outofmemoryerror while downloading images to a coverflow for an android app
Through web service i am writing each image in to a JPG file(in sdcard- "mnt/sdcard/img.jpg") and showing the images in to a coverflow view.i am getting the first image but when it comes to the ...
1
vote
1answer
71 views
How can I avoid mirror effect of image in coverflow
I have downloaded a coverflow sample from the link
http://www.macresearch.org/cocoa-tutorial-image-kit-cover-flow-and-quicklook-doing-things-we-shouldnt-are-too-fun-resist.
I need open flow effect ...
1
vote
0answers
45 views
Image burring in coverflow
I have one cover flow of scrollview (with coverflow of view (with image and title)). When I am trying to rotate cover flow with following code images getting blurred. Can anyone help me?
...
1
vote
1answer
278 views
Populating Images from WP7 Gallery to ImageList with Collection Flow
Here is what I wanted to do . I have created an ImageList in XAML code
<local:CollectionFlow x:Name="ImageList" ItemTemplate="{StaticResource DataTemplate1}"
ItemsPanel="{StaticResource ...
1
vote
0answers
88 views
How to lock the image at center in cover flow
I am using the open flow library in my project.What I have to do is when the user double tap the image it should go to aniother view controller.It is going well but the problem is when I am ...
1
vote
1answer
130 views
How to make a original image alpha gradient?
I am using coverflow and I want to make the image's shadow in the coverflow gradiently alpha.for example,the top of image's alpha is 0.5,and the bottom of image'alpha is 1.I can not use gradient ...
1
vote
1answer
311 views
CoverFlow Library
Any recommendations for libraries which allow me to implement coverflow on Windows PC applications?
Thanks!
1
vote
1answer
446 views
js Coverflow that works in FF and IE
I am trying to add a converflow effect to my site and I have found this one:
http://addyosmani.com/resources/coverflow/demo/demo.html
This works great in FF but fails in IE (7, 8)
I have found ...
1
vote
1answer
277 views
Anyone know how to display the famous Coverflow Flash piece vertically?
Here's a link to this awesome piece:
http://www.weberdesignlabs.com/blog/2007/09/flash-itunes-cover-flow-version-2/
Gotta stay AS2 for banner ad purposes. Has anyone made the images display on a ...
1
vote
1answer
470 views
adding text below image in coverflow in android
I am developing an android application Tft.
I had downloaded coverflow example from this URL: Android Coverflow Widget
I want to place text below all the image in that list. How can i do this?
1
vote
0answers
236 views
How to open view with each image on openFlow api, in the ipad?
i follow the instruction of this tutorial
how to add coverflow effect on your iphone app openflow
i used the last version of openFlow(http://github.com/tupps/OpenFlow) and works great, but What I ...
1
vote
1answer
330 views
Are There Alternatives to the AFOpenFlow Framework?
Has anyone ever worked with the AFOpenFlow Framework? Is there a better framework to implement an CoverFlow in my iPhone application?
1
vote
1answer
325 views
How to resize cover images in OpenFlow
I'm trying to embed OpenFlow in my iPhone app, but I can't figure out how I can resize it in a landscape view with a navigation bar and a toolbar. The covers are too big and the effect is really ugly. ...
1
vote
1answer
925 views
Android Gallery: how to detect that an item has shifted in Gallery (and shift direction)
I am using a Gallery based Coverflow, as suggested here.
Is there an event that can be caught, which indicates that a single shift (either left or right) has been made in my gallery/coverflow?
To be ...
1
vote
1answer
74 views
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 ...
1
vote
4answers
5k views
js/jquery coverflow effect
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 ...
1
vote
1answer
492 views
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:
...
1
vote
1answer
4k views
Creating the Cover Flow effect like Apple with jQuery
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)
...
1
vote
4answers
940 views
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 ...
1
vote
0answers
2k views
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 ...
0
votes
0answers
17 views
iOS : AFOpenFlowView and bigger images?
I have some problems with OpenFlow (created by thefaj). It all goes well on the iPad, as long as I do not use bigger images. My code is just the standard demo code, but what could I do wrong?
I'm ...
0
votes
0answers
80 views
iOS development- coverflow menu
I want a menu at the top of my screen that has a coverflow effect to it, and when scrolled to a selection, more menus appear on the bottom of the screen. I have gotten as far as getting the coverflow ...
0
votes
2answers
65 views
CoverFlow effect same with H&M app
Anyone know any sample code which make CoverFlow effect same with H&M app, please tell me, many thank. (H&M app here)
Bellow is H&M app snapshot:
0
votes
0answers
29 views
Refreshing AFOpenFlow
I am creating a cover flow on iPad using AFOpenFlow library.
I am also providing a camera button in the view. If user captures any image and comes back to the previous view, the cover flow should be ...
0
votes
0answers
89 views
imageView Tap Gesture detected on the imageView below
I have a scrollView with 20 imageView's created with
for (int i=0; i<=20; i++) {
NSString *file = [NSString stringWithFormat:@"image%d.png", i];
UIImageView ...
0
votes
0answers
33 views
Cover Flow do's and dont's [closed]
When and why would Apple reject Cover Flow style view app? I have seen many apps that are in the app store, but in the forums says that Apple will reject them.
So why it will be rejected and why not?
...
0
votes
0answers
145 views
jquery CoverFlow - navigation implementation
I am not a javascript/jquery expert, so I need some help. I am using Addy Osmani's jQuery UI Coverflow 2.2 App for one of my project.
I need to add a "Previous" and "Next" arrow to browse through ...
0
votes
1answer
77 views
Android coverflow with text
I have implemented a coverflow using images.Now I want to place text below all the image in the coverflow. How can i do this?
0
votes
0answers
108 views
jQuery UI Coverflow selected image's alignment issue
I'm using jQuery UI coverflow 2.0 http://addyosmani.com/blog/jqueryuicoverflow/ in one of my project. This is a nice plugin that i loved to, but i'm facing probs.
If there are more than 14 images, ...
0
votes
0answers
32 views
Process to set UIButton on AFOpenFlow view?
I have set UIButton on every image of AFOpenFlowView but I have a problem that it doesnt get touches.
Can anyone guide?