I'm working on a wikipedia reader where I want the user to be able to share the article he is reading to a friend using NFC. I dont want to be able to open these intents or anything fancy like that, just allow the friend to open up the url in the browser of his choice. I'm using a webview so getting ahold of the url won't be hard.
I've been searching the internet for some kind of example that is this easy but I haven't found anything simple enough. Do any of you have any recommendations for tutorials or examples?