android - multiple records in one NDEF message on one NFC tag -
how many records can ndef message encapsulate? (for different nfc tag types - 1,2,3,4?)
and in general ...do understand right? :
i can have 1 nfc message, array(of capacity?) of nfc records. each nfc record has own mime-type, facilitates application recognition
<data android:mimetype="specific application mime-type goes here"/>
so can launch different applications if use 1 tag.
the number of records in ndef message limited memory of tag. there no difference in various tag types.
when tap tag phone, whole ndef message delivered 1 app. else need program after received message.
Comments
Post a Comment