Hi All,
I've just started working with NFC tags and have got it so that users can sign into my app using their NFC contact badge. Great. Now that I am looking at some more activities that share another set of NFC tags I'm hitting an issue. Each time I scan a tag the original login activity loads. I need the NFC scan to be handled by the current activity.
Would the solution be to run a service in the app that gets the NFC scan, then depending on the current activity pass the scan to that activity?
The NFC tutorial only covers a single activity....
Regards,
Jon
I've just started working with NFC tags and have got it so that users can sign into my app using their NFC contact badge. Great. Now that I am looking at some more activities that share another set of NFC tags I'm hitting an issue. Each time I scan a tag the original login activity loads. I need the NFC scan to be handled by the current activity.
Would the solution be to run a service in the app that gets the NFC scan, then depending on the current activity pass the scan to that activity?
The NFC tutorial only covers a single activity....
Regards,
Jon