Best place to find Android Button - png

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

Related

Fancy image viewer for iPhone, how to do?

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

Rendering HTML on Iphone

I'm planning ePub/HTML rendering system on Iphone. I’m not experience in programming on this platform and I would like to ask what is the better way to start in this topic on IPhone platform. I would like to render ePub which is HTML+CSS subpart but I don’t want simple web page view – I need interaction with text and some way to add adorners like underline or others to text – because of this simple html rendering control is not enough. Can anyone point me in right direction where to start looking?
ePubs are nothing but archives... where HTML/CSS javascript is embedded into it.. For those interactions to work you would need it to render it on a webview.
There are some "coding rules" with javascript css html you might need to follow to have a nice interactive experience with underlining of text and all that...
If you are looking for an own ePub reading app
You can have a look at this...
I am rendering an ePub by unzipping it and then rendering the contents in an UIwebView.
I am working on finding a more dynamic approach. But this should get you started..
https://github.com/zeroCoder1/Epub-Reader

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.

PDF Reader like iBooks

I want to create a PDF reader like iBooks. So that you can see the thumbnails for the pages, press on it and it opens the page etcetera. Also the bookshelf for showing the loaded PDF's
Does anyone know how I can create something like that? Is there a library or does somebody knows a good tutorial?
Thanks in advance!
What I need is something like this:
For the page curl, see this discussion. For everything else, you should break the problem down into more focused questions since it's hard to tell how much detail to give (ie, we don't know how much you already know).
Update
For the drawing part, start with the Cocoa Drawing Guide and the Views Programming Guide. I believe you can get basic PDF thumbnails using the UIImage class.
This opensource project is the exact copy of the iBook pdf reader:
http://www.vfr.org/