Hello Shekhar,

I am already aware of the fact that a NDEF message can have multiple NDEF 
> records in it and payload data allowed is maximum of 2^32-1 bytes.
>
 

> If I have a payload data of 100 octets which is inside the range of 
> default MIU, in that case should I send the data in one record or in a 
> chunk of records. Which one is preferable and why?
>
You should not bother about record chunks. Devices (or the operating 
system) are supposed to handle them automatically. So all you do in your 
app is put the record payload into an NDEF record and the NDEF record into 
an NDEF message.
 

> Suppose a remote device( which is not android ) send the NDEF message in 
> the group of NDEF records  then how to extract the payload from it. 
>
If a "remote device" splits the record into multiple chunks, the Android 
system should join the junks into full records before presenting them to 
the app. (Although, I have not thested if Android is capable of handling 
chunked records.)

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