This document provides an overview of using NFC (Near Field Communication) on Android devices. It discusses registering an NFC intent filter in the manifest to listen for NDEF tags, handling foreground NFC dispatch, interacting with tags using the NfcAdapter class, and reading the payload of NDEF tags which can contain text, URIs, or other data. Future posts will describe extracting specific information from different tag types.