I want to develop an app using OCR Optical charactor recognition for an andriod phone. How what program do I use to develop Apps for Moble phones? What programming language do I need to know? Whats the best type of moble camera phone to do testing.
In order to develop for Android you will need to learn Java. You need a JDK and the Android SDK to program for Android. A easier way is to use the ECLIPSE plugin for Android development. A quick google search of " Android SDK" will direct you to Android documentation. For your OCR application you will need some OCR library which you can use in your application. You can search for the same on net. Good luck with your program