Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android - NFC - source of inspiration #53

Closed
gabrielklein opened this issue Apr 12, 2016 · 2 comments
Closed

Android - NFC - source of inspiration #53

gabrielklein opened this issue Apr 12, 2016 · 2 comments

Comments

@gabrielklein
Copy link

I think the NFC implementation on android could be a good source of inspiration.
http://developer.android.com/guide/topics/connectivity/nfc/nfc.html
Because you are doing something pretty similar.

The way NDEF messages are defined.
https://w3c.github.io/web-nfc/#dfn-ndef-record

Intent filter (way to integrate NFC and an application specific to a website/protocol)
< intent-filter>
< action android:name="android.nfc.action.NDEF_DISCOVERED"/>
< category android:name="android.intent.category.DEFAULT"/>
< data
android:host="nfc.nuage.ch"
android:scheme="https"/>
< /intent-filter>

@reillyeon
Copy link
Collaborator

Can you give more examples? I'm not sure what particular inspiration you are pointing at here. Perhaps a better way of encoding URLs?

@reillyeon
Copy link
Collaborator

It remains unclear what the issue author was intending here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants