开发者

What is the most efficient way to deliver the same functionality on Windows Mobile, Android & Blackberry?

What is the most efficient way to deliver the sa开发者_开发知识库me set of functions on different mobile platforms (Windows, Blackberry & Android, possibly iPhone)?

What are your real life experience of the conversion of a common design to the minimum possible sets of source code? What are the good/bad tools?


If you are targeting native applications then use a cross compiler tool. There are several of them in the market

  • Phone Gap
  • AppAccelerator - from Titanium
  • Rhodes

However, none of these tools are mature enough to target all the possible platforms. ( I am sure none of them will support Windows Mobile 7 right away ).

If you are targeting Mobile Web platform then use a combination of device detection library ( WURFL, Device Atlas ) and a device rendering library ( WALL ) to generate content customized for each platform.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜