Skip to content

reactormonk/android-nfc-lib

 
 

Repository files navigation

android-nfc-lib

This project hosts tools for working with NFC on Android. Modules:

  • wrapper - wrappers for classes in the android.nfc package
    • for working with external and internal tags in parallel
  • core - various helpers for NFC support
    • abstract reader activities and Host Card Emulation services
  • external - basic support for external NFC readers
  • external-acs - support for ACS readers external NFC readers

License

European Union Public Licence v1.2.

Obtain

The project is built with Gradle and is available on the central Maven repository.

Acknowledgements

This project includes some code from the following projects:

as well as drivers from ACS.

Publish

./gradlew build publishToSonatype --info --stacktrace -Psigning.gnupg.passphrase=xxx -Psigning.gnupg.keyName=yyy

About

Library for working with NFC on Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.0%
  • AIDL 2.0%