https://github.com/infertux/nfc-explorer
Simple Android app to explore NFC tags
https://github.com/infertux/nfc-explorer
android apk nfc nfc-card-reader nfc-explorer nfc-reader nfc-tag
Last synced: 8 months ago
JSON representation
Simple Android app to explore NFC tags
- Host: GitHub
- URL: https://github.com/infertux/nfc-explorer
- Owner: infertux
- License: other
- Created: 2016-10-04T10:05:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T19:58:45.000Z (over 5 years ago)
- Last Synced: 2025-04-13T16:09:24.354Z (about 1 year ago)
- Topics: android, apk, nfc, nfc-card-reader, nfc-explorer, nfc-reader, nfc-tag
- Language: Java
- Size: 1.74 MB
- Stars: 16
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# NFC Explorer
[](https://travis-ci.org/infertux/nfc-explorer)
This is a very simple Android app to scan NFC tags/cards and extract as much information as possible from them.
The app is "read-only" and does not perform any write operations.
## Build
- Using Android Studio: select "Build APK" from the Build menu.
- Using Gradle: `JAVA_HOME=/opt/android-studio/jre ./gradlew build`
## Install
The APK file will be generated into `./app/build/outputs/apk/`.
## Disclaimer
This is my first Android app therefore don't use the source code as reference because I have no idea what I'm doing!
Besides, I hate Java.
However, improvement suggestions are welcomed :)
## License
GPLv3+