Crossplatform iPhone / Android code sharing

前端 未结 11 1530
北海茫月
北海茫月 2020-12-01 01:51

Simply put: What is the most effective way to share / reuse code between iPhone and Android builds?

The two most common scenarios I think would be:

  1. Bla
11条回答
  •  眼角桃花
    2020-12-01 02:38

    Like I told someone who asked a similar question a while ago, use MVC and implement the MC in C++ and the V in obj-c or Java.

提交回复
热议问题