https://github.com/andras-adam/virtualtag
🔑 Virtualize your keycards with ease.
https://github.com/andras-adam/virtualtag
keycard nfc rfid
Last synced: about 2 months ago
JSON representation
🔑 Virtualize your keycards with ease.
- Host: GitHub
- URL: https://github.com/andras-adam/virtualtag
- Owner: andras-adam
- License: mit
- Created: 2022-10-03T08:59:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T20:05:48.000Z (over 2 years ago)
- Last Synced: 2025-02-02T19:31:53.721Z (3 months ago)
- Topics: keycard, nfc, rfid
- Language: Kotlin
- Homepage:
- Size: 407 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔑 VirtualTag
VirtualTag is a native Android application, which lets you scan NFC tags using the device's NFC sensor and displays data from the scanned tags.
## Installation
1. Install [Android Studio](https://developer.android.com/studio/install)
2. Open Android Studio and install the application on an [emulator](https://developer.android.com/studio/run/emulator) on an [Android device](https://developer.android.com/studio/run/device) *(note - emulators do not have support for NFC)*
## Screenshots


## Used libraries
- Compose 1.2.1 [License](https://developer.android.com/license)
- Compose Material 3 [License](https://developer.android.com/license)
- Jetpack Navigation 2.5.2 [License](https://developer.android.com/license)
- Room database 2.4.3 [License](https://developer.android.com/license)
- Lifecycle 2.5.1 [License](https://developer.android.com/license)
- Google Accompanist 0.24.5-alpha [License](https://github.com/google/accompanist/blob/main/LICENSE)## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.## License
[MIT](https://choosealicense.com/licenses/mit/)