May I handle moving icon of my iPhone application - iphone

Is it possible to handle the animation of moving icons in an iPhone application? If so, how?

As far as I know, you cannot. The icon motion animation is generated by iOS based on the still icon, and you have no control of it.

I think without .gif image you can not make animated icon and ios will not support that so you have no control on it.

Related

Website-Navigation disabled on iOS

I have a very rare problem on iOS (iphone).
i developed the site yolieva.de with a videoclip which also runs on ios. but it plays in the background because on top is the navigation with z-index. but it is not accessible from ios. kind of disabled because of the videoclip. you may want to try it with an iphone and you see you cant click through the siteā€¦
how to solve this? i want to keep the navigation above the video
I think this has something to do with how iOS deals with the videoclip, so I am not sure that you can do anything about it directly.
Why don't you make the div containing the flash player (id player) smaller on the iphone?
In fact, on the iphone your flash video is not shown in place, there is anyway a change of view, so there is no need of having it full screen either. Of course, you should make your flash player div smaller only for iOS, not other browsers, where it is fine that it is full screen...

iPhone access to Springboard icons

Is it possible for an app to access Springboard icons? I want to build a small animation where a ball is jumping over the icons over other apps.
Here's an example what I want to achieve.
Possible?
No, this isn't possible on iOS with the official SDK.
Move to Android? No, i dont think iOS can w/o jailbreak.
Begs question - ios5? Whats gonna happen there? Maybe we will get widget framework, hopefully at a minimum something for the lock screen.
If you just wanted the effect you could have the user take a screenshot of their homescreen and use that in the animation, but thats the only way you could do that in the official SDK.

Display message like the mute/volume transparent rectangle on iPhone SDK

Does anyone know how to use the semi-transparent rectangle to display info to the user on the iPhone SDK? I mean the one that is used when you mute the phone or press the volume up/down keys.
Thanks a lot.
There are many drop in classes out there for you to choose from.
MBProgressHUD
Also, check out TapkuLibrary also has a nice progress hud class.

how to implement animation on shake effect in iphone?

I have implemented one simple application for iphone.now i want to implement some animation.
Example:i have selected one photo from the photo library.Then i want to animate selected portion from the photo using shake effect.
I have seen lots of application in apple store.But i dont know how to implement this functionality.
Maybe you are referring to the "wobble" effect? See how to create iphone's wobbling icon effect?

How to make an iPhone view transparent?

I have developed a project that has a single view. Now I want the view to be transparant so that I can see the iPhone menu. Is this possible and if so, how?
Thanks.
No, you can't see the springboard in your apps.
It is NOT possible to do that. You can't make the whole app transparent so that you see the springboard icons.
Of course, you could set a homescreen screenshot as background image in your app. But, as already said, it's not possible to do that what you want.