Skip to content

Latest commit

 

History

History
 
 

README.md

NFCTransactionHandler Sample

The purpose of this application is to demonstrate key aspects of an application working in NFC card emulation mode. It is accompanied by article "NFC Card Emulation Primer" which can be found in the BlackBerry developer resource centre and is linked off the following index page:

http://supportforums.blackberry.com/t5/Java-Development/NFC-Article-Index/ta-p/1538775

The application is liberally instrumented with EventLogger Informational messages using the label "NfcTransactionHandler" that can be examined in the event log of a device. Use Alt-LGLG to set the log level to Information and to examine the event log or use javaloader -u eventlog>eventlog.txt to extract the log to your PC over USB.

The sample code for this application is Open Source under the Apache 2.0 License.

Applies To

Author(s)

Dependencies

  1. BlackBerry Device Software 7.1 and above.

Known Issues

None

To contribute code to this repository you must be signed up as an official contributor.

Contributing Changes

Please see the README of the BlackBerry-Java repository for instructions on how to add new Samples or make modifications to existing Samples.

Bug Reporting and Feature Requests

If you find a bug in a Sample, or have an enhancement request, simply file an Issue for the Sample and send a message (via github messages) to the Sample Author(s) to let them know that you have filed an Issue.

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.