I am new in iPhone app development. I have to implement the OCR in my iPhone app. Is there any free API for implementing the OCR in iPhone app? I have found ABBYY API for it but it is not free. Please suggest me regarding it.
Thanks in advance
Please see this question:
https://stackoverflow.com/questions/964181/is-there-any-open-source-ocr-project-for-the-iphone-out-there
Related
I would like to integrate new feature of iOS5 NEWSSTAND in my app. But i m get confused how to start. Can anybody help me ? is there any sample code for it ? can anybody know how to implement it in our app.
Thx
A very nice tutorial for creating Apple NewsStand apps
http://www.viggiosoft.com/blog/blog/2011/10/17/ios-newsstand-tutorial
Well you could start with the Apple documentation: NewssstandKit Framework.
I want to know, Is it possible to integrate Reddit, StumbleUpon, del.icio.us and Digg in iPhone app? I have to implement all this in my iPhone app. Please give me the some any example link about all these points.
For Delicious you can use sharKit
Digg has a REST API clearly documented here: http://developers.digg.com/documentation
I would like to design a app for android and iPhone. App will consist of min 10 text pages and search function at the top. which tool is better for designing such a app.
Thanks for help in advance.
If you're trying to create an app that will work on both platforms, the only real choice is to create an HTML5 Web Application (skinned for mobile devices) that can work offline.
If you need some guidance, I would check out:
Mobile HTML5 - Tutorial: Your First Mobile HTML5 App
The second part of the tutorial discusses how to make your app available offline.
Titanium Appcelerator seems to be a good way to do that
I'm using MonoTouch for an iPhone game, just wondering: is it possible to implement in-app advertising using MonoTouch and if so how would I go about doing it?
Thanks for any help!
Your best bet would be using the iAd framework which has been bound. (Monotouch.iAd)
edit
To help you get started: See this blog post
Does anyone have any insight, experience/links they can point me to for adding ads to an app I'm building on the PhoneGap platform?
I've been searching and not a lot of information out there. Thought I'd ask. Thanks in advance.
Depending on which platform you are looking for, there are different implementations. You can go with a purely web-based approach (integrating google Ads, for example). Given you tagged it with iPhone, I guess you are looking for an iOS solution?
If so, check out the AdPlugin available on GitHub. It is a bit of objective C and a bit of JavaScript that allows you to integrate native iAds into your phonegap-iphone app.