eucalypto / time-tracker

Android Time Tracker App that uses NFC Tags.
MIT License
0 stars 0 forks source link

Write NFC Tags #4

Open eucalypto opened 3 years ago

eucalypto commented 3 years ago

As a user I don't want to use a 3rd party app to write the NFC Tag, but I want to conveniently use this app to do it.

This way, the user doesn't have to know or care about how the Tag is written.

What kind of data to write to the NFC Tag?

I don't want to write user generated data to the TAG for security reasons. This means I have to generate the data myself. This is why I decided to use a UUID for the id of a Category data class item. This UUID is internal and the user doesn't see it unless he exports the data as csv. And I write this very unique UUID to the NFC tag.

eucalypto commented 3 years ago

Apparently, I really need a separate activity for writing the NFC tag. But I want to use the navigation component to navigate to that activity: