Android NFC Writing doesn't work with 2 activities but works with 1
问题 I found a tutorial on how to read and write a NDEF NFC tag via a Toggle Button. I wanted 2 separate buttons and after several days and some help (I am a newbie on Android), I have now managed to do that. I have 2 buttons, related to 2 activities. Clicking on read button will open the read activity and read my tag. Clicking on the write button will open the write activity, pop up the keyboard. I type the text I want to write but when I touch the tag, it sends me back to my main activity where