This page is a detailed description of “Record Scanned NFCs in DB” flow for Automate, an Android app for rapid block programming.
Scan NFC card and save it to DB
This is a sample flow for Automate Android App that stores the NFC tag ID and its NDEF contents resulting from scanning an NFC card in a SQLite database. A table named nfc is created in the database and information is stored there.
The SQLite database is stored in a file called "automate.sqlite", which is usually stored in the root folder of the external storage. For devices that do not have an SD card slot, emulated external storage is used. For example, the file "/storage/emulated/0/automate.sqlite" is used.
https://tech-memo.notion.site/2beabd72f1d84f40b6b33d8c0acc594e