Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/05/2009, 06:25
MarioGarcia_ar
 
Fecha de Ingreso: marzo-2004
Ubicación: Santa Fe
Mensajes: 4
Antigüedad: 20 años, 2 meses
Puntos: 0
Respuesta: c++ aplicaciones web/mobiles

Buscando en unos foros encontre esta info que es interesante.

The language you use will most likely be dictated by the device and platform you wish to develop for as well as the application you wish to create.

Do you want to make an iPhone/iPod Touch app? If so, you'll use Objective-C.
Do you want to make an Android app? If so, you'll use Java.
Do you want to make a Blackberry app? If so, you'll use Java Micro Edition
Do you want to make a Symbian OS app? If so, you can use C++, Java, .NET Compact Framework.

You get the point. The platform or device may dictate which programming languages you have as an option. If you're developing for a platform that allows both C++ and Java, then the application you're planning on developing may dictate which language is the better option. To get better advice you may want to add additional information.

Hope this clears you which language to prefer for your mobile application.