Any advantage of programming natively for mobile development?

前端 未结 4 1735
面向向阳花
面向向阳花 2021-02-05 17:12

I need to develop applications for a company on some major mobile OSes, specifically, iOS, Android and WP7.

I was initially planning to code three separate applications

4条回答
  •  南旧
    南旧 (楼主)
    2021-02-05 17:54

    this is one of those questions for which there is no answer and there are plenty of decent answers -- in general the answer is that unless there is some specialized device-driver code that is proprietary the general case of using the API as designed will avoid blunders

    Java provides a rich abstraction layer though there is a proprietary protection exposed intentionally for licensing - my suggestion is to look at that as though you were going to protect something & that will answer your question better than any post can

提交回复
热议问题