来自:http://blog.csdn.net/mutouyueliang/archive/2011/03/01/6215811.aspx
原创:木头月亮
Android 2.3加入了NFC(近场通讯)的支持。官网developer.android.com的英文介绍如下:
Near Field Communications (NFC)
Android 2.3 includes an NFC stack and framework API that lets developers read NDEF tags that are discovered as a user touches an NFC-enabled device to tag elements embedded in stickers, smart posters, and even other devices.
The platform provides the underlying NFC services that work with the device hardware to

Android 2.3引入了NFC支持,允许开发者读取用户接触设备时发现的NDEF标签。系统在检测到标签时广播Intent,应用程序通过创建Intent过滤器识别并处理目标标签和消息。NFC API包括NfcAdapter、NdefMessage和NdefRecord等关键类。开发者需要在manifest文件中声明权限才能使用NFC API。
最低0.47元/天 解锁文章
4万+

被折叠的 条评论
为什么被折叠?



