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

thanks

link|improve this question

3  
What's your hardware platform and programming language? – Bill the Lizard Dec 7 '08 at 14:06
feedback

5 Answers

up vote 0 down vote accepted

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.

link|improve this answer
feedback

You can use the Contactless Communication API for Java.

link|improve this answer
is there a .net alternative? – CharlesO Feb 28 '09 at 21:35
I am using open nfc API by INSIDE Contactless..but i am unable to configure the connection center for the NFC .any idea as on from where i can access the connection manager which they have mentioned in the PDF which come with the SDK. – AutoMEta Jan 4 '11 at 11:39
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#.

link|improve this answer
feedback

Android supports NFC as of Android 2.3

There is a demo project in the SDK

link|improve this answer
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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.