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: > Hi > > I am trying to use Android device to read/write to NFC tag stickers, such > as this one: "*Mifare 1K NFC Tag For Galaxy > Nexus*<http://www.amazon.com/Mifare-NFC-Galaxy-Nexus-Tags/dp/B006SMFKHC/ref=sr_1_3?ie=UTF8&qid=1345645251&sr=8-3&keywords=nfc+tag>". > > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

