I am doing a NFC work in my activity. In onResume method of my activity, Activity waits that another NFC device comes closer for interaction. I want to implement this with a service. I want my service to wait for an ACTION_NDEF_DISCOVERED tag and when the tag comes, get the information which will be sent from another device and send it to my activity.
Thanks for your helps.. Have a nice day