Application supports more than one language? [duplicate] - iphone

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
internationalization of an iPhone Application
I know that its possible to create application that will support multilanguage, how can I manage to do it? I want my application to support for an example English and Hebrew (also they are RTL and LTR - that's another problem I think, right?).
I'm new to objective-c, please be gentle... haha
Thanks
Thanks all of you guys! I just love this website. greatest people.

There's a good tutorial here:
http://www.ibabbleon.com/iphone_app_localization.html

Related

Set my own font in my app iphone sdk [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Can I embed a custom font in an iPhone application?
I'd like to put a text in my app with a special font but I don't know how to do it ?
Someone could explain me or have a link about it ?
Thanks
There are many pages on the net describing how to do this. http://tetontech.wordpress.com/2010/09/03/using-custom-fonts-in-your-ios-application/ is one of them.

How does handwriting recognition apps for the iOS recognize my handwriting? [duplicate]

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Is there an handwriting recognition library for IOS?
I'm building an app for the iPad that can recognize handwriting and I was wandering if there is library/framework for doing that?
Does someone knows how does the other apps do that? do they use OCR or Gesture recognition?
I know that there are many questions here about that subject but I haven't came across a satisfying answer.
Thanks.
I've tested a lot of HWR/OCR libs.
Here are great handwriting-recognition libs:
http://www.hanvon.com/en/products/index.html
http://www.phatware.com/index.php?q=product/details/developer/writepadsdk
But they are closed-source.
Here is simple opensource one:
http://risujin.org/cellwriter/
As for me, best of OCR engines is Tesseract; it recognizes text better then even ABBYY.

How to read the data from the wikipedia in iphone? [duplicate]

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
API for Wikipedia in Objective C?
I am implementing one iphone application in which I want to parse the data from the wikipedia document and dipply in my format.
I have seen one application on itunes its possible.
Please give me advice if its possible.
Thanks in advance.
Wikipedia is running on MediaWiki engine. Check the docs. Another way is to useSpecial:Export the And then you just parse the XML content. Also you should check the using guidelines page:link

How to improve the level of code standards in iPhone Development? [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
iPhone/Cocoa Coding Standards
I have done some of the applications and my apps are in the AppStore now. But i am always thinking how to write the optimized code and efficient way. What are the thinks will have in the mind, when creating the application. I had some experience also in this development, but Nobody is guiding me, so i am thinking, whether my code is standard formats and optimized. Because in our company they are not following any software principles and MVC structure also. So i want to know, how to plan to developed the apps in the optimized way and want to follow the principles, code standards,etc., Want to improve my level of code standards, So please guide me and give me some feed backs for improved my level of code standards. I donno this is the right place for asking these type of questions, but i want to get some feed backs from experienced peoples.
Thanks!
See this Stackoverflow post .It will be very useful.
All the best.

confused about from where to start [duplicate]

This question already has answers here:
Closed 12 years ago.
Possible Duplicate:
iPhone and SQLite introductory articles or tutorials
Sir,i am iphone trainee,just have finished with UIApplications of Iphone.
Now i want to learn SQLite & xml parsing for our project applications!
can anybody guide me about which books or data shall i refer for this?
Atleast please suggest some sites or ebooks!
Thanks in advance!
IOS SDK: first advice for beginners