Android NFC read/write project.
AndroidNFC is hosted in the following web site
https://github.com/tiagotele/AndroidNFC
If you think the Android project AndroidNFC listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of AndroidNFC.
Item | Value |
---|---|
Java File Count | 9 |
Supported screen sizes | [xxhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar guavalib.jar |
Required Permissions | android.permission.NFC |
There are 1 image files in AndroidNFC. The names of the image files are listed as follows.
chip.png
The following screenshort is generated from the image listed above.
AndroidNFC has the following Java source files.
com.example.nfc_from_scratch.AddUriDialog.java com.example.nfc_from_scratch.MainActivity.java com.example.nfc_from_scratch.MessageAdapter.java com.example.nfc_from_scratch.NdefMessageParser.java com.example.nfc_from_scratch.ParsedNdefRecord.java com.example.nfc_from_scratch.RecordAdapter.java com.example.nfc_from_scratch.SmartPoster.java com.example.nfc_from_scratch.TextRecord.java com.example.nfc_from_scratch.UriRecord.java