A simple abstraction layer for the android NFC API. Provides a fast way to write data to NFC tags and also read it..
android.nfc is hosted in the following web site
https://github.com/raeffs/android.nfc
If you think the Android project android.nfc 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 android.nfc.
Item | Value |
---|---|
Java File Count | 9 |
Target SDK Version | 16 |
Minimum SDK Version | 16 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.NFC |
android.nfc has the following Java source files.
ch.raphaelfleischlin.android.nfc.Exception.java ch.raphaelfleischlin.android.nfc.NfcAwareActivity.java ch.raphaelfleischlin.android.nfc.NfcDataSource.java ch.raphaelfleischlin.android.nfc.NfcListener.java ch.raphaelfleischlin.android.nfc.NfcWrapper.java ch.raphaelfleischlin.android.nfc.Payload.java ch.raphaelfleischlin.android.nfc.PayloadMapper.java ch.raphaelfleischlin.android.nfc.example.MainActivity.java ch.raphaelfleischlin.android.nfc.example.Note.java