How to use accelerometer for paint on a screen in iphone? [closed] - iphone

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am new in iPhone development, I am developing an app in which I have to use accelerometer for painting on screen . Please help me out is this can be done-able if so help me.

You are looking for the gyro mouse, 3 lines of code. Watch this video, the gyro mouse is presented at 37:00-38:25.
So long story short, you need the gyroscopes (CMRotationRate).

Related

IPhone Architecture [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Can someone explain IPhone architecture in detail.
What happens when we click on a button, how hardware responds to that event.
Thanks
Jithendra
Check this How the iPhone Works, especially how the touch works part. It has detailed information on how everything is handled including the touch/multiple touch etc. Cannot add all the information here, so posting as a link alone.

'accerelate&decelerate scroll' like tiny tower (near lobby) in iphone? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
How would I implement the accerelate/decerelating effect when scrolling as you would see near lobby in tiny tower game?
Would it be a scrollview under the hood?
-edit-
Would it be a more interesting question if it needs to be done in cocos2d-x?
http://getsetgames.com/2009/08/21/cocos2d-and-uiscrollview/
I used the above tutorial to successfully implement scrollview like UI with cocos2d-x.

can i import 3d image in my iphone app? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i m new to iphone/ipad application development, can we import 3d image in my iphone/ipad
app. or there any other controls available to display 3d image. i also want to give actions
to image on particular sections. can any one help me.
Thanks...
The answer is yes. Check out OpenGL samples for iOS. Just google and you will find many.

How to create a Dot Lock Screen in iOS application? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
i want to create a Dot Lock Screen in my application similar to present in Android.
This lock screen should remember the previous movement of my finger so that if i perform the same movement again then it show the success message.
How can i do this?
Is there any opensource application available for this?

any idea how to develop Jewel game? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I am trying to develop an iphone app in which matrix of jewel. if user alines same type of three or more jewel in a row/column, the lined jewels disappears and other jewels adjusts the space.
Similar to game Call of Atlantis.
Ref : http://imageshack.us/photo/my-images/146/img1253.png/
Can anybody give me how to begin ?
Any help would be appreciated.
Have a look at Geek Game Board. Should get you started.