Datta
Datta

Reputation: 559

NFC application on android

I am trying to build one application on android using NFC . I am very fresh to it. can anyone help me how to start with it .. I mean can anyone guide me where I can get the details about it like its protocol or it working procedure or hardware/software requirement to develop a simple application on the android .

Thanks in advance

Datta

Upvotes: 0

Views: 877

Answers (2)

ThomasRS
ThomasRS

Reputation: 8287

I've created an NDEF editor you might be interested in. It will help you get to know the most commonly used payload format in NFC on Android.

There is also a working boilerplate and some helpful data-bindings at another project I wrote.

Have fun :-)

Upvotes: 1

Kevin
Kevin

Reputation: 11672

Start on developer.android.com, here is a good place: http://developer.android.com/guide/topics/nfc/index.html

You can also look at the code/install the demo NFC app that comes with the Android SDK.

Upvotes: 2

Related Questions