Click here to Skip to main content
15,884,094 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there
I am going to develop an mobile application on a mobile phone with
Symbian Operating System
What is the suitable programming language i can use in developing my Application ....?



Tips.!!
You should know that my application contains character recognition OCR
,and text to speech (TTS)..

thanks...
Posted

1 solution

You've answered the question for yourself by including a C++ tag. I used to write games for Symbian phones (okay, one game) and that was written in a combination of C++ (a horrible 1995 dialect) and assembler. I gather the tools are a bit better now...

If your target system has the correct Java libraries on it you might be able to use J2ME (or whatever that has become) if that's more your thing.

Cheers,

Ash
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900