monodroid-samples/NfcSample
Peter Collins 5006411d3d Update projects with obsolete TargetFrameworkVersions 2018-12-06 13:42:18 -05:00
..
Assets Adding NFC sample. 2012-11-15 20:31:55 -07:00
Properties Update projects with obsolete TargetFrameworkVersions 2018-12-06 13:42:18 -05:00
Resources Resource folder cleanup 2013-01-08 01:11:39 -08:00
DisplayHominidActivity.cs Adding some comments, adjust the API levels. 2012-11-15 21:33:22 -07:00
MainActivity.cs Fix XamBug 11163, nullcheck when NFC isn't available 2013-06-13 16:08:21 -04:00
NfcXample.csproj Update projects with obsolete TargetFrameworkVersions 2018-12-06 13:42:18 -05:00
NfcXample.sln Resource folder cleanup 2013-01-08 01:11:39 -08:00
README.md Adding some comments, adjust the API levels. 2012-11-15 21:33:22 -07:00

README.md

NFCXample

This sample application demonstrate using Near Field Communications (NFC) to read and write from an NFC tag. The application will write a string to an NFC tag. Then when the application detects the NFC tag that it had previously written, it will read that string and display an image associated with that string.

It is strongly recommended to have an actual device and an NFC tag to see this sample in action.

This application targets API 15 (Android 4.0.3) and was tested on a Galaxy Nexus on API level 16. It should be run on API level 10 (Android 2.3.3), which was the first version that NFC was available on on Android.

Not all devices have NFC enable by default. Make sure to enable it on your device or this sample will not work.