Cross platform Mobile development framework for NFC's

∥☆過路亽.° 提交于 2019-12-19 04:38:06

问题


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/write to a nfc reader/writer).

I looked at mosync (because it allows us to write C/C++ code which i'm comfortable with) but their API does not specify anything about peer-to-peer nfc. It only supports read/write to/from nfc tags.

So, which is the best platform that i can use to fulfill this need? (by best i mean flexible and which supports the maximum number of platforms)

Also, can libnfc be used with "any" such framework?


回答1:


If you don't plan to take advantage of the capabilities of the devices like a native app can, I suggest you to take a look at PhoneGap. When we talk about cross platform apps, it is the most common framework. Also you can use phonegap-nfc plugin to support android, bb and windows phone 8.




回答2:


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



来源:https://stackoverflow.com/questions/14871335/cross-platform-mobile-development-framework-for-nfcs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!