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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -