I want to develop an Android application based on Android, in which I want to read and write data to NFC tags. How to do it? Can anyone tell me tutorials and android API.
Start with the documentation:
https://developer.android.com/guide/topics/connectivity/nfc/index.html
Here are two blogs that go through code and support video to help developers get started reading and writing NFC tags on Android.
NFC Workshop Series: Writing In NFC Tag:
NFC Workshop Series: Reading NFC Tag:
:
http://developer.android.com/resources/samples/NFCDemo/index.html
http://developer.android.com/reference/android/nfc/package-summary.html
You can find this plugin (shameless insert) a good starting point, it also comes with an Android plugin for reading and writing tags.