I've just added NFC functionality to my Android app, and I need to expose it to the user. I don't have a separate UX specialist or tech writer to hand this off to, so I want to make sure I don't write it in programmer-speak. I'm looking for a list of standard conventions to follow in user-visible texts regarding NFC (in Android), if such a thing exists. It should answer detail questions like:
- Do you "tap" or "scan" a tag?
- Is there a standard icon or something to show the user the functionality is available?
- Is there an accepted way of telling the user an NFC transaction was successful or unsuccessful?
I'm not looking for general UX advice, as I know in general how the user interacts with the feature, and what the workflow is; I'm interested in getting these details right and consistent with other apps.
