您的位置:首页 > 产品设计 > 产品经理

Cross Platform Development Prethinking

2011-04-15 14:10 323 查看
As I am going to do cross-platform development, I can only see this is a prethinking based on my observation to other such teams.

1. You still need to work on Windows in major time if you are familiar with windows in long time. Of course, if you have been using Mac for a long time, you can choose Mac as your major work OS. Whatever, pick up your most familiar OS as your major work OS to reduce unnecessary efficiency reduction due to OS switching..

2. Keep in mind that OS specific API/Library basically should not be used, although for example, using boost library will benefit developers to write cross-platform code (or using QT to develop UI), but we should know that internally OS specific APIs will be called in the library cross-platform API calling.

3. UI now can only have one style for both windows and Mac, while of course the look of the app window or text box should be different in style natively for specific OS.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: