Android Library for simplifing nfc developpment.
NfA is hosted in the following web site
https://github.com/NfcForAndroid/NfA
If you think the Android project NfA 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 NfA.
Item | Value |
---|---|
Java File Count | 123 |
Supported screen sizes | [hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 14 |
Activity Count | 7 |
Required Permissions | android.permission.NFC android.permission.WAKE_LOCK android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\elephant.mp3 assets\tiger.mp3 |
The license information of NfA is as follows:
Apache License
NfA has the following Java source files.
com.github.nfcforandroid.api.INfaIntentFilter.java com.github.nfcforandroid.api.INfaManager.java com.github.nfcforandroid.api.INfaMessage.java com.github.nfcforandroid.api.INfaParser.java com.github.nfcforandroid.api.INfaRecord.java com.github.nfcforandroid.api.INfaWriter.java com.github.nfcforandroid.api.beans.NfaRecieveBean.java com.github.nfcforandroid.api.beans.NfaWriteBean.java com.github.nfcforandroid.api.client.INfaBeam.java com.github.nfcforandroid.api.client.INfaIntentRecieveMessage.java com.github.nfcforandroid.api.client.INfaIntentRecieveRecord.java com.github.nfcforandroid.api.client.INfaIntentWrite.java com.github.nfcforandroid.exception.NfaRuntimeException.java com.github.nfcforandroid.exception.NoNdefServiceException.java com.github.nfcforandroid.exception.ParserException.java com.github.nfcforandroid.exception.WriteException.java com.github.nfcforandroid.filters.NfaFilterAdapter.java com.github.nfcforandroid.filters.base.AbstractNfaFilterBaseFactory.java com.github.nfcforandroid.filters.base.NdefFilter.java com.github.nfcforandroid.filters.base.TagFilter.java com.github.nfcforandroid.filters.base.TechFilter.java com.github.nfcforandroid.filters.cst.NfaFiltersCst.java com.github.nfcforandroid.filters.factory.INfaFilterBaseFactory.java com.github.nfcforandroid.filters.factory.INfaFilterExtFactory.java com.github.nfcforandroid.filters.factory.INfaFilterWktFactory.java com.github.nfcforandroid.filters.factory.NfaFiltersFactory.java com.github.nfcforandroid.filters.ndef.ext.AbstractNfaFilterExtFactory.java com.github.nfcforandroid.filters.ndef.ext.ExternalNdefFilter.java com.github.nfcforandroid.filters.ndef.ext.TextExternalNdefFilter.java com.github.nfcforandroid.filters.ndef.ext.UriExternalNdefFilter.java com.github.nfcforandroid.filters.ndef.wkt.AbstractNfaFilterWktFactory.java com.github.nfcforandroid.filters.ndef.wkt.TextFilter.java com.github.nfcforandroid.filters.ndef.wkt.UriFilter.java com.github.nfcforandroid.parser.base.AbstractNfaParserBaseFactory.java com.github.nfcforandroid.parser.base.NfaParserAdapter.java com.github.nfcforandroid.parser.exceptions.UnknowExtTypeException.java com.github.nfcforandroid.parser.ext.AbstractNfaParserExtFactory.java com.github.nfcforandroid.parser.ext.AndroidApplicationParser.java com.github.nfcforandroid.parser.ext.ExternalParser.java com.github.nfcforandroid.parser.ext.TextExternalParser.java com.github.nfcforandroid.parser.ext.UriExternalParser.java com.github.nfcforandroid.parser.factory.INfaParserBaseFactory.java com.github.nfcforandroid.parser.factory.INfaParserExtFactory.java com.github.nfcforandroid.parser.factory.INfaParserNdefFactory.java com.github.nfcforandroid.parser.factory.INfaParserWktFactory.java com.github.nfcforandroid.parser.factory.NfaParserFactory.java com.github.nfcforandroid.parser.ndef.AbstractNfaParserNdefFactory.java com.github.nfcforandroid.parser.ndef.MimeTypeParser.java com.github.nfcforandroid.parser.ndef.NdefParser.java com.github.nfcforandroid.parser.ndef.UnknownParser.java com.github.nfcforandroid.parser.ndef.UnsupportedParser.java com.github.nfcforandroid.parser.ndef.wkt.AbstractNfaParserWellKnowTypeFactory.java com.github.nfcforandroid.parser.ndef.wkt.SmartPosterParser.java com.github.nfcforandroid.parser.ndef.wkt.TextParser.java com.github.nfcforandroid.parser.ndef.wkt.UriParser.java com.github.nfcforandroid.records.AbstractRecord.java com.github.nfcforandroid.records.base.AbstractNfaRecordBaseFactory.java com.github.nfcforandroid.records.base.EmptyRecord.java com.github.nfcforandroid.records.factory.INfaRecordBaseFactory.java com.github.nfcforandroid.records.factory.INfaRecordExtFactory.java com.github.nfcforandroid.records.factory.INfaRecordNdefFactory.java com.github.nfcforandroid.records.factory.INfaRecordWktFactory.java com.github.nfcforandroid.records.factory.NfaRecordFactory.java com.github.nfcforandroid.records.ndef.AbstractNfaRecordNdefFacory.java com.github.nfcforandroid.records.ndef.INdefRecord.java com.github.nfcforandroid.records.ndef.MimeTypeRecord.java com.github.nfcforandroid.records.ndef.NdefRecord.java com.github.nfcforandroid.records.ndef.UnknownRecord.java com.github.nfcforandroid.records.ndef.UnsupportedRecord.java com.github.nfcforandroid.records.ndef.WrongReccordDatasException.java com.github.nfcforandroid.records.ndef.ext.AbstractNfaRecordExtFactory.java com.github.nfcforandroid.records.ndef.ext.AndroidApplicationRecord.java com.github.nfcforandroid.records.ndef.ext.ExternalRecord.java com.github.nfcforandroid.records.ndef.ext.TextExternalRecord.java com.github.nfcforandroid.records.ndef.ext.UriExternalRecord.java com.github.nfcforandroid.records.ndef.wkt.AbstractNfaRecordWktFactory.java com.github.nfcforandroid.records.ndef.wkt.SmartPosterRecord.java com.github.nfcforandroid.records.ndef.wkt.SmartPosterRecordDatas.java com.github.nfcforandroid.records.ndef.wkt.TextRecord.java com.github.nfcforandroid.records.ndef.wkt.UriRecord.java com.github.nfcforandroid.samples.MainActivity.java com.github.nfcforandroid.samples.MainFragmentList.java com.github.nfcforandroid.samples.cst.NfaSampleCst.java com.github.nfcforandroid.samples.game.NfaGame.java com.github.nfcforandroid.samples.game.NfaGameWriter.java com.github.nfcforandroid.samples.read.NfaReadActivity.java com.github.nfcforandroid.samples.utils.AbstractNfaGameAndMarketWriter.java com.github.nfcforandroid.samples.write.NfaBeamActivity.java com.github.nfcforandroid.samples.write.NfaBeamMultiActivity.java com.github.nfcforandroid.samples.write.NfaWriteActivity.java com.github.nfcforandroid.v14.NfaFactory.java com.github.nfcforandroid.v9.NfaFactory.java com.github.nfcforandroid.writers.AbstractWriter.java com.github.nfcforandroid.writers.base.AbstractNfaWriterBaseFactory.java com.github.nfcforandroid.writers.base.EmptyWriter.java com.github.nfcforandroid.writers.factory.INfaWriterBaseFactory.java com.github.nfcforandroid.writers.factory.INfaWriterExternalFactory.java com.github.nfcforandroid.writers.factory.INfaWriterNdefFactory.java com.github.nfcforandroid.writers.factory.INfaWriterWktFactory.java com.github.nfcforandroid.writers.factory.NfaWriterFactory.java com.github.nfcforandroid.writers.ndef.AbstractNdefWriter.java com.github.nfcforandroid.writers.ndef.AbstractNfaWriterNdefFactory.java com.github.nfcforandroid.writers.ndef.MimeTypeWriter.java com.github.nfcforandroid.writers.ndef.NdefWriter.java com.github.nfcforandroid.writers.ndef.UnknownWriter.java com.github.nfcforandroid.writers.ndef.UnsupportedWriter.java com.github.nfcforandroid.writers.ndef.ext.AbstractNfaWriterExternalFactory.java com.github.nfcforandroid.writers.ndef.ext.AndroidApplicationWriter.java com.github.nfcforandroid.writers.ndef.ext.ExternalNdefWriter.java com.github.nfcforandroid.writers.ndef.ext.TextExternalNdefWriter.java com.github.nfcforandroid.writers.ndef.ext.UriExternalNdefWriter.java com.github.nfcforandroid.writers.ndef.wkt.AbstractNfaWriterWktFactory.java com.github.nfcforandroid.writers.ndef.wkt.SmartPosterWriter.java com.github.nfcforandroid.writers.ndef.wkt.TextWriter.java com.github.nfcforandroid.writers.ndef.wkt.UriWriter.java