I currently trying to make Login System using NFC Card. The idea is, Android will write username to the NFC Card, then when the card is scanned on Android, the user on the card will be logged on automatically.
- Is this can be done? (please don't judge whether is logical or not)
- If it can be done, is there any in depth tutorial to do it?
The tech on my card is:
- NfcA
- Mifare Classic 1K
- NdefFormatable
I already search for few days for this and can't find any solution that work.
EDIT Thank you all for you answer. The problem is resolved.
If anyone who need some code, you can download it at https://drive.google.com/file/d/1fADWUYxCxFIMqLIyeYrv7Q9HDjd99PgJ/view?usp=sharing
This rar contains java file, xml file, and txt file for a little explanation.