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
2010-01-24 07:38:26
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
2010-01-24 09:54:42
Dave is right, the Web is the ultimate cross-OS-compatible development platform.
mbaird
2010-01-24 16:52:39
Hi dave through web application shall we interact device hardware
Aswan
2010-04-28 07:24:16
+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
2010-01-28 16:40:08