ndefformatable

  1. J

    Android Question NFC NdefFormatable Tag IOException

    I have a little problem when injecting data to NFC Tags. Here my code Sub Activity_Resume If app.GetNFCAdapter(Me).IsInitialized = False Then //Show Message Else If app.GetNFCAdapter(Me).RunMethod("isEnabled", Null) = False Then Msgbox2Async("NFC is Off. Turn...
Top