Documentation Regarding iOS Game Development [closed] - ios

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.
Please provide me some iOS game development documentation for beginners. I do already have knowledge about iOS native application development.
I found some APIs like COCOS2d,COCOS3d, OPEN-GL, OPEN-GL ES, etc. But I am not able to find any specific documentation to learn that easily.

COCOS 2d is powerful library to make iPhone games.
You will find few tutorials on following site-
http://www.raywenderlich.com/tutorials
Learn.cocos2d.Game.Development.with.iOS.5 book written by Steffen Itterheim is also good stuff to start.
Also search on google you will find lots of stuff.

Related

How can I give my App multi language support? [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 can I give my App multi language supportd?
I know it is possible with NSLocalizedString, but I don't know how to do it.
iam new to iPhone dev.
One of the simplest tutorial from Ray can help you a lot. U can follow this link http://www.raywenderlich.com/2876/how-to-localize-an-iphone-app-tutorial
Its really simple and easy to understand.
Hope this works for you \m/
EDIT:
you can refer to this screenshot in order to overcome "+" problem which has been changed in latest xcode.

How to integrate SIRI in 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 am developing an iPad app. I want to integrate SIRI functionality in it.
So, please guide me to work on this. Actually I don't know how to start.
Thanks,
Cp
Till now apple not released siri's api for third party applications.
If you are looking for text-to-speech, speech-to-text functionality. There are alot of external api's like:
Nuance - Dragon
ispeech
OpenEars
And a lot of other api's.
OpenEars is a opensource offline api, and the other two are paid and online.

Data mining RoR-app for dribbble-shots [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 want to data mine dribbble.com so I can make an app that registers when the best time is to upload a shot to dribbble is. I've seen someone do it for stories on news.ycombinator.com/ (Hacker News): http://hnpickup.appspot.com/.
I don't really know where to start since I'm still fairly new to RoR. I hope you can give me some pointers.
I'd like to run the app on Heroku, if that matters.
Michael Hartl's tutorial is a good place to start for this task. The internal logic would need to change to be yours but I think that is down the road a bit. As for charting there is FusionCharts and HighCharts to name a couple of options I am familiar with.
I ended up using Heroku scheduler to scrape dribbble, using their own API.

Planning Rails 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'm not really sure if the questions that ask for opinion are allowed here, but I'll give it a try, as it seems pretty logical to ask for advise when my own search didn't produce any desirable result.
I'm building a new application and it seems like doing a website mockup is a pretty good idea. I couldn't find any free software that does a decent job in that regard, so I would appreciate any pointers. Pencil project as a firefox plugin seemed like a good one, but it hangs on exporting created documents.
Any other ideas for a software that is used for application planning and mockups would be greatly appreciated.
You can use the web demo of Balsamiq Mockups for free...

Do you know some good (to learn from) iOS open source apps? [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.
Today I read abouts this on hacker news https://github.com/udibr/bitcoinApp which is an interesting app, and is a good resource to learn from.
Do you know about some other open source iOS apps from where I can enrich my iOS/objective-c knowledge?
From a game programmer perspective (mine)...
You can check cocos2d engine.
Oolong Engine (for 3D OpenGL ES).
Also, Canabalt went open source.

Resources