views:

124

answers:

2

i want to develop an application on android,webos,wince. how to develop application that should run on all paltform with developing each paltform

+3  A: 

You best bet would be to develop a web application that users could access through the browsers on their devices. You wouldn't have access to some - possibly a lot - of the features on each phone, but you would be able to provide a similar look and feel between each device.

Dave Webb
Agree. For different devices not supporting J2MEE, a web application seems the best solution. You just have to play with CSS to be sure that the application feets well on their screens
bodom_lx
Dave is right, the Web is the ultimate cross-OS-compatible development platform.
mbaird
Hi dave through web application shall we interact device hardware
Aswan
+2  A: 

There are also a variety of frameworks that allow you to compile them into native apps for multiple platforms. They typically wont nail every platform, but they will provide a way to make native apps for multiple platforms at once.

Examples are:
Titanium Appcelerator
Rhomobile
PhoneGap

Charles