摘要: 1 //向nfc标签读写MifareUltraligh格式的数据 2 public class MainActivity extends Activity { 3 private CheckBox mwriteData; 4 private NfcAdapter mNfcAdapter; 5 private PendingIntent mPendi... 阅读全文
posted @ 2017-05-27 22:55 张兮兮 阅读(2192) 评论(1) 推荐(1) 编辑
摘要: 1 public class UriRecord { 2 public static final Map URI_PREFIX_MAP = new HashMap(); 3 static { 4 URI_PREFIX_MAP.put((byte) 0x00, ""); 5 URI_PREFIX_MAP.put((byte) 0x01, "... 阅读全文
posted @ 2017-05-27 22:03 张兮兮 阅读(2411) 评论(0) 推荐(0) 编辑
摘要: 1 //向NFC读写数据 2 public class ReadWriteTextMainActivity extends Activity { 3 private TextView mInputText; 4 private String mText; 5 6 @Override 7 protected void onCreate(Bundle ... 阅读全文
posted @ 2017-05-27 16:43 张兮兮 阅读(4720) 评论(0) 推荐(0) 编辑