Fancy image viewer for iPhone, how to do? - iphone

Hello any one know component to make this kind of image viewer ? Or maybe some code, or any help ?
http://img860.imageshack.us/i/44940170.jpg

This image viewer diagram you have is based on Apple's cover flow. There are a few open source projects which replicate this. I have used OpenFlow before and it is pretty good.

Flow cover would be another example:
http://www.chaosinmotion.com/flowcover.m

Related

Best place to find Android Button

Can anybody tell me , where can I get PNG button?
I think the best method is to design it yourself. Design it with Adobe Photoshop and then parse it to html or XML. There is a very good tool in Photoshop to do that. You can use this video as a guide
https://www.youtube.com/watch?v=_BM59afMRDU

iPhone - Image selection similar to Music Album in iPhone

I am new in iPhone programming. I want to create a puzzle game and I would really like to implement and image selection screen similar to the way you select a Music Album in iPhone iPod.
I can't upload a picture, but I will send you a link if my description is not detailed enough.
I don't know what to search for details. Can you give me a hint if it is even possible to implement it?
Thank you a lot,
Andrei
Refer to this, it is much easier one.
That's called Cover Flow and there's an open source library that does something similar here.
Alternatively, Apple has a built-in UIImagePicker.

Creating an animation of an app's screenshots?

I am creating a how-to animation of an iphone app. I have got all the screenshots of the app. Wondering what the best tool is to create a short video/animation of these jpgs in your opinion?
Hey, if you go to my site where i've showcased my app, you can see the full source code there - it was just a simple jQuery slideshow inside an iPhone 4 png :)
http://www.twostepmedia.co.uk/apps.php
Please update the post with the source code as the link no longer works.
Essentially, it's like benhowdle89 said. You can take any jQuery slideshow, adjust the image dimensions to the area inside your iPhone 4 .png, and you're pretty much done.

How to rotate QTVR image 360 degree in iPhone?

I want to develope one iphone based application in which i want to rotate one image (type:QTVR) 360 degree. So, i can get the same behavior like street view in google map.
If anybody has done this then please share code snippet here or any useful url for any related article then please paste it in reply.
Any help is greatly appreciate.
Thanks in Advance,
I guess you mean you wanna "rotate" your point-of-view to "scroll" a panoramic image...
I'm using the software "Pano2vr"
It can export panoramas in HTML+javascript+css, so you can embed all the files in your project
and load it in a UIWebView
You can download the demo version to have a look here:
http://gardengnomesoftware.com/pano2vr.php
ciao, luca

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

As per title, how to create such cover flow menu? Have any reference code or tutorial talk about this?
When you install Xcode, look in
/Developer/Examples/Quartz/Core
Animation/CoverFlow
to find an example coverflow app. I hope this helps you.
Plausible Labs has a licensable implementation of a CoverFlow-like UI here.
http://www.chaosinmotion.com/flowcover.m
This is open source project base on opengles. hope this can help