I have created a simple app which the user can search for a room and then presses the search button to search for the room.
My next task is to have NFC so that the NFC stores the room in text format (Room 101) and when the user taps the tag it opens the app and inserts Room 101 into the textview.
Is this possible? And if it is can you provide some guidance?
Thank You