[android-developers] Re: Writing multiple records to NFC tag
Yes & yes, if you take a look at the documentation here: http://developer.android.com/reference/android/nfc/NdefMessage.html you will see that the NdefMessage constructor can take multiple NdefRecords and the NdefMessage .getRecords method returns an array of NdefRecords from which you can select the record you want.
On Wednesday, August 22, 2012 3:30:00 PM UTC+1, Lucy wrote:
--HiI am trying to use Android device to read/write to NFC tag stickers, such as this one: "Mifare 1K NFC Tag For Galaxy Nexus". Most of the examples I see read/write one NFC record to the tag. Is there any way I can write multiple records to the tag (maybe one at a time) and selectively read some records from the tag?Thanks!Lucy
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home