Android Open Source - NFC api android.nfc






Project Summary

A simple abstraction layer for the android NFC API. Provides a fast way to write data to NFC tags and also read it..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of android.nfc.

ItemValue
Java File Count9
Target SDK Version16
Minimum SDK Version16
Activity Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.NFC




Java Source Files

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