Hi i am developing a simple application using NFC in android. The NFC api is available in android version 2.3.3 and above. The is a documentation and simple demo code to communicate NFC enabled android device and NFC tag. I find the sample code from the below link.
http://developer.android.com/resources/samples/NFCDemo/index.html
And i did not find any useful code to communicate between two android devices.Please suggest me some example how we can do p2p communication between two android devices.
Thanks in advance