views:

40

answers:

1

Hi,

I want to develop a mobile application which can be supported on Iphone,blackberry and mobiles supporing Java. Is there is any single technology like (j2me,anaroid,objective c) can be used for all.

If not, what will be the best approach to develop this application.

Thanks Pravin

A: 

You should look for cross platform porting solutions, Airplay(No j2me support.. but ports work for Symbian devices and coding is in c++), MoSync (C++ based, supports J2ME and is opensource). J2ME, Android and Blackberry (can work only with J2ME too) can be developed together if you can seperate the core logic and use the corresponding APIs just for the UI

Azlam