Writing data into NFC tag in android tutorial

android, nfc

Solution

Start with the documentation:

https://developer.android.com/guide/topics/connectivity/nfc/index.html

Problem

I want to develop an android NFC based application in which I want to read and write data into NFC tags. How to do this? Can anybody tell me the tutorials and android API's.

Original source