Introduction
Each tag technology may implement its own standard I/O and depending on that, we may need to implement our own protocol stack on top of the android.nfc.tech.*
classes. The easiest and more standard way to read NFC tags is by using the NDEF format. In this chapter, we will focus on how to process the different NdefMessages
types.