An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# NFC Explorer

[![Build Status](https://travis-ci.org/infertux/nfc-explorer.svg?branch=master)](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+