I've never developing anything for mobile platforms yet. But now I need an app, that can perform basic read/write/update operations with contact list.
It should work in Symbian and WinMobile, but it's normal if we have 2 different applications (but if it's possible then I prefer to make only one). In first version it's not even necessary to make GUI. I just want to download and install and start the app, and it will exit after finishing.
What instruments (which IDE, what simulators and so on) should I have to develop this app? I know Java, but I've never used J2ME so if it's easier to use something .net-based or something cpp-based, then it's ok.
Another question: working with contact list is platform specific or concrete cellphone-specific?