Please point me to a toolkit i can use to build Near Field Communication apps.
thanks
feedback
|
|
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. | |||
|
feedback
|
|
You can use the Contactless Communication API for Java. | |||||
feedback
|
|
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#. | |||
|
feedback
|
|
Android supports NFC as of Android 2.3 There is a demo project in the SDK | |||
|
feedback
|
|
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. | |||
|
feedback
|