I have an existing mature product using the T4T NFC library. I want to add another mode that is basically the record_url SDK example, but that example is using T2T. The record_url example is great is very clean and simple (very few lines). The example is a Tag with only a NDEF URL that should trigger any phone to open that page.
It seems creating a similar application using T4T is much more complicated, can anyone provide a reference for how to do that?
Another option is to link both T2T and T4T libraries. There's a clean UI event that can be used to cleanly shutdown one mode and start the other so that part is OK, but I'm not sure if you can link both libraries, also this will needlessly use up flash.
Can you link and use both libraries in the same App?