Android NFC Sharing

390 Views Asked by At

I have two Devices with Android NFC features.I want to send and receive some data using NFC,My requirement are to use NFC not other sharing feature. I want to share text data only includes number and Alphabetic Anyone can guide from where I can Start to do this ?Is there any Tutorial with example code ? Great thanks . .

1

There are 1 best solutions below

2
On

Take a look at this document by Google (http://developer.android.com/guide/topics/connectivity/nfc/nfc.html) and look for Android Beam specifically. Android Beam will allow you to send one message from one device to another when they are close to each other. There's also an example in the SDK samples.