I'm looking into some NFC functionality,
I would like to embed two ndef messages inside my tag.
- An Android Application Record
- Plain text data
I would like to create the following scenario:
- Tap a tag
- Start my application based on the Android Application Record embedded inside the tag
- In my activity retrieve more information from the tag (from NFC, or the intent system, etc.?)
I was wondering if it is possible?