Hallo,

as a start I would strongly suggest that you read the NFC Forum's
specifications on the NDEF format and the record type definitions
(RTDs). You can find them here: http://www.nfc-forum.org/specs/spec_dashboard/

Second I would suggest that you make use of the NDEF helper classes in
Android (i.e. NdefMessage and NdefRecord) and avoid handling the whole
NDEF message as a byte array. The NdefRecord class divides the record
into its header fields (TNF, type, ID) and the payload field.

br
Michael

-- 
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

Reply via email to