nfc
iteye_19304
这个作者很懒,什么都没留下…
展开
-
Android NFC tag and NFC data format的关系
There are 4 standard NFC tag types: Type 1, Type 2, Type 3, Type 4 They differ in how you access data on them, and on the communication frame work you use to talk to them. (This gets into the mechanic...原创 2012-09-04 11:27:09 · 220 阅读 · 0 评论 -
在Android emulator上测试NFC
here's a summary of what to do to set up the OpenNFC stack with the NFC controller (NFCC) simulator. --The stack (with NFCC simulator) is supported on Windows host only, since both the Connection ...原创 2012-09-04 11:43:59 · 293 阅读 · 0 评论 -
enable or disable NFC
This code works on API 15, haven't checked it against other verions yet [code="java"]public boolean changeNfcEnabled(Context context, boolean enabled) { // Turn NFC on/off final boolean des...原创 2012-09-11 10:52:54 · 286 阅读 · 0 评论 -
Differences between Google NFC API and Open NFC API
link NFC Google API:[url]http://developer.android.com/resources/samples/NFCDemo/index.html[/url] link NFC Open API: [url]http://www.open-nfc.org/opennfc_library/overview-summary.html[/url] At the ...原创 2012-09-11 10:56:24 · 166 阅读 · 0 评论 -
NFC Android 应用开发指南
[size=medium]文档里说的很详细很有用,能看完,对NFC在android上的开发会有比较全面的认识[/size] 一个开源的库[url]http://mobisocial.github.com/EasyNFC/apidocs/reference/mobisocial/nfc/NdefFactory-source.html[/url]...原创 2012-09-30 14:44:54 · 123 阅读 · 0 评论