Commit 864f9884 by Alex Rhodes

README.md edited online with Bitbucket

parent b927a79a
......@@ -24,13 +24,18 @@ Android NFC Demo
This application provides a skeleton for NFC communication between two applications. Two different NFC enabled devices are able to send and receive string messages back and forth using NFC. The purpose of this application is to demonstrate basic NFC usage for inter-device communication and to provide a foundation for applications that require NFC operations.
The main components are:
* [the Main Activity](Link URL)
* [the Manifest with permissions and Intent Filter](Link url)
Those two files are heavily commented to describe the code.
##Basic Usage##
Deploy the application on to two separate Android devices. The devices must:
* have NFC hardware
* have NFC features enabled
API version 14 or higher is required for many NFC related features.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment