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.

  • 相关阅读:
    任务框架--Quartz 配置文件
    地址和值
    线性基学习笔记
    S07
    如何在实际项目中使用PageHelper分页插件
    设计模式:原型模式
    常用JS代码片段
    Thomson Plaza里面的三家店以及水果大会
    13.搜索过滤
    07-多线程
  • 原文地址:https://www.cnblogs.com/taoxu0903/p/2017105.html
Copyright © 2011-2022 走看看