Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andras-adam/virtualtag
🔑 Virtualize your keycards with ease.
https://github.com/andras-adam/virtualtag
keycard nfc rfid
Last synced: 14 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T20:05:48.000Z (about 2 years ago)
- Last Synced: 2024-10-19T18:34:05.168Z (2 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
![XRecorder_15102022_130804](https://user-images.githubusercontent.com/91802386/195981888-0016187d-210a-4917-ba07-5dd213150e1c.jpg)
![XRecorder_15102022_130816](https://user-images.githubusercontent.com/91802386/195981890-d573fc3d-e09b-4842-95d6-9277331b15b1.jpg)
![XRecorder_15102022_131423](https://user-images.githubusercontent.com/91802386/195981891-30d148d6-cd42-415e-addd-131e0e6ed1cb.png)## 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/)