Question

Please point me to a toolkit i can use to build Near Field Communication apps.

thanks

Was it helpful?

Solution

I'd recommend to experience NFC with Android - get the SDK here:

http://developer.android.com/sdk/installing.html

Right now NFC is a feature which cannot be emulated using the emulator. so you will need to buy an actual device. The SDK demo also has a FakeTagsActivity but I'd not recommend it as you might introduce bugs and verify only that your code works based on your own assumptions about NFC.

OTHER TIPS

You can use the Contactless Communication API for Java.

In order to get started you most often need to get the hardware. Such as NXP, ACS, Omnikey etc. Then you can purchase an SDK with the product (omnikey has it included), they usually contain SDK's for JAVA, C and/or C#.

Android supports NFC as of Android 2.3

There is a demo project in the SDK

I have created an NDEF eclipse plugin which lets you compose NDEF messages, and write to tags using a corresponding (free) Android (4.0) app.

It is based on the nfctools toolkit, and targeted at entry level developers.

Also I have added the NDEF Tools for Android for which you might be interested - helps handling NDEF messages at runtime.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top