For a .net developer, what's the learning curve to get into mobile development?

前端 未结 6 1154
清酒与你
清酒与你 2021-02-02 00:32

For a .net developer, what\'s the learning curve to get into mobile development?

How many different operating systems are there that run .net?

Is windows mobile

6条回答
  •  误落风尘
    2021-02-02 00:35

    A big issue is how to design the UI. WinCE seems to still assume the desktop 3-handed user operation (left, right, and mouse), and the event-driven architecture that enables (requires) the user to initiate everything amodally. This often doesn't work very well on a cell phone. Forget pull-down menus. Multipanel windows are not very useful. etc. etc. So many of your fundamental design assumptions and patterns need to be unlearned.

提交回复
热议问题