开发者

What is the best strategy for keeping an android and iphone version of the same app

I'm must build the same application for android and iphone. I tryed rhodes, that is great, but some native ui features are missing...

I would like to know, is there a strategy, sdk, framework, or something for bui开发者_高级运维lding native applications for android and iphone that somehow reduce the rework? Or any suggestion of other framework, like rhodes...

Thanks


Phone Gap is the place for you. You should have a look at this http://www.phonegap.com/about


Appcelerator Titanium

http://www.appcelerator.com/products/titanium-mobile-application-development/


Documentation, Documentation, Documentation! Have a well written PDR and stick to it. there is another approach which is to use a tool that generates both simultaneously like: phonegap or corona SDK.


Design for some level of resolution independence. Try to code as much as you appropriately can in HTML rather than native controls. And wrap common API calls so you have 1 method to change rather than 100 different calls all over the place.


You could consider using monotouch and monodroid.

You may also want to see Reusing Monotouch code in Monodroid app

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜