标签:android style color strong 数据 re
用于描述NDEF格式数据的两个重要的类
NdefMessage和NdefRecord是Android NFC技术的核心类,无论读写NDEF格式的NFC标签,还是通过Android Beam技术传递Ndef格式的数据,都需要这两个类。
Tag tag = intent.getParcelableExtra(NfcAdapter.EXTRA_TAG);
判断NFC标签的数据类型(通过Ndef.get方法)
Ndef ndef = Ndef.get(tag);
ndef.writeNdefMessage(ndefMessage);
7、NFC技术:让Android自动运行程序,布布扣,bubuko.com
标签:android style color strong 数据 re
原文地址:http://www.cnblogs.com/androidsj/p/3856421.html