Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.45 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.45 KB

NFC Reader App

The NFC Reader app allows users to interact with NFC (Near Field Communication) tags using their Android device.

Features

  • Enable/disable NFC reader mode.
  • Read data from NFC tags.
  • Display tag information such as ID, technologies, etc.
  • Toast messages for user feedback.

Screenshots

You can replace the image URLs with the actual URLs of your screenshots and provide appropriate captions for each screenshot. This will help users understand the visual aspects of your NFC Reader app.

Usage

To use the NFC Reader app:

  1. Make sure NFC is enabled on your device.
  2. Launch the app.
  3. Toggle the NFC switch to enable reader mode.
  4. Tap an NFC tag against your device to read its data.

Permissions

This app requires the following permissions:

  • android.permission.NFC: Required for NFC functionality.

Compatibility

  • Requires Android 4.1 (API level 16) or higher.
  • Compatible with NFC-enabled devices.

Installation

  1. Clone this repository to your local machine.
  2. Open the project in Android Studio.
  3. Build and run the app on your Android device or emulator.

Contributing

Contributions are welcome! Please feel free to submit pull requests.

License

This project is licensed under the MIT License.