zoukankan      html  css  js  c++  java
  • Cross Platform Development Prethinking

    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.

  • 相关阅读:
    316. 去除重复字母
    331. 验证二叉树的前序序列化
    225. 用队列实现栈
    197. 上升的温度
    178. 分数排名
    177. 第N高的薪水
    小程序导航
    css3、js动画特效
    背景透明css
    h5新标签IE8不兼容怎么办?
  • 原文地址:https://www.cnblogs.com/taoxu0903/p/2017105.html
Copyright © 2011-2022 走看看