How to integrate SIRI in iPhone app? [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 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.

Related

How to start developing with Twitter for Blackberry [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 new to bb app development. Now I'm supposed to develop a Twitter application for blackberry. How do I start my application.. is there any Twitter API for blackberry?
I have created the UI of the login page, but how to start with authenticating username and password? I have registered my app in twitter now I have the consumer key and secret, but I dont know how to use that.
Anyone knows about twitter apps for blackberry or have any sample code for Twitter?
You may use TwitterAPIMe.
You may find how to use the API in the link.
I used it, it's easy and working well with good performance.
PS, you must be RIM4.6 or higher

Is there a twitter library for metro 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 10 years ago.
Do you know a twitter library for Windows 8 metro apps?
I haven't seen one up yet, BUT there is a sample in the Windows 8 Samples Projects that shows you how to get connected to twitter (and I think does a small task with the Auth Code using the Twitter REST API).
Generally speaking the oAuth (authentication) part is usually the hardest (this is true of Facebook, DropBox, and probably many others). Anyway the folder you want to check out is the "Web authentication broker sample" folder. That contains an example of connecting to Facebook, Twitter, and a few others.

Documentation Regarding iOS Game Development [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.
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.

How do I create a 'rate this app' button in an Air app for iOS [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 often see a 'rate this app'-button in ios apps and want to recreate it in my own apps for ios. As i am working in Adobe AIR i can't use any of the native libraries linked in the answer below.
My question is - how do i make a 'rate this app'-button in an iOS app created with Adobe AIR?
I can't find any Air Native Extensions (ANE) covering this specific case so i am thinking maybe there is a simpler way - maybe i just need a special link from the app to the app-store?
There is a really nice project called iRate by Nick Lockwood, just mind project's license.

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