how to create a dice iphone application [duplicate] - iphone

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
How do I detect when someone shakes an iPhone?
i know there was many dice application in the store but i just want to know how to start to create a application ,when shake the phone the 3D model will roll,thanks if can give any pointer on how to start

There are samples with the SDK from Apple.

Related

How to record a movie from iPhone Simulator? [duplicate]

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
What tool(s) can I use to produce iPhone App Screencasts?
I've heard there are ways to record movies from the iPhone Simulator. I realize there are possibly thousands of solutions, but which one is the most straight-forward, taking the least effort to set up?
The easiest way how to record iOS simulator is Sound Stage
Its only $5 and can do really nice videos....

How to make a floating app using BASIC4Android [duplicate]

This question already exists:
Closed 11 years ago.
Possible Duplicate:
How to make an app that floats
Is it possible to make apps that float in front of other apps (like the mini apps on Samsung's Galaxy tab) using BASIC4Android? If so, how?
You can create a an activity with a transparent background. See this link.

How to implement fingure print as password for the screen in iphone [duplicate]

This question already has an answer here:
Is there a any fingerprint-library or framework to use for iphone app developement?
(1 answer)
Closed 9 years ago.
Is there any way to implement fingerprint as password for the screen in iPhone?
IS it possible?
No, the iPhone screen can't read fingerprints. Try a retinal scanner using the camera and flash instead :)

real time pitch change in iphone using dirac [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Real-time Pitch Shifting on the iPhone
i have already found the answer of my question:
whether the real time pitch change possible in iphone?
Real-time Pitch Shifting on the iPhone
but i want to ask that there is no problem with the use of dirac library in the AppStore to submit the application.
There are multiple apps that use Dirac (both the free LE and the commercial Pro) on the App store inluding some I have co-authored, so you should be fine.

Is it possible to detect if iphone/ipo/ipad is activating(user is using them) [duplicate]

This question already has an answer here:
Closed 11 years ago.
Possible Duplicate:
Is it possible to detect if my app is running and displaying on screen?
Hello everyone
My app is running in background.
Is it possible to detect if iphone/ipo/ipad is activating(user is using them) rath than is sleeping or locked screen ?
Welcome any comment
Not when it's in the background. You only receive messages from the OS when your application is involved in the event.