Cross platform Mobile development framework for NFC's

前端 未结 2 1362
春和景丽
春和景丽 2021-01-07 08:36

I want to create an application for several mobile platforms (android, BB, iOS etc) which has the capability to use nfc peer to peer functionality. (for example, to read/wri

2条回答
  •  旧巷少年郎
    2021-01-07 09:01

    We have developed ~5 NFC applications for Android, iPhone and Windows Phone 8. We are starting BB10 now.

    Do not count on cross-platform there - at the end you will not save either money nor effort. I have nothing against cross-platform and we heavily use it e.g. on Google TV or PS3, but not there.

    It is simpler (at least for us) to quickly come with Android, iPhone (iCarte), Windows Phone 8 and possibly BB10 application done in native code. The content itself can be rendered with use of HTML/JavaScript/CSS.

    BR STeN

提交回复
热议问题