Quantcast
Channel: Active questions tagged email - Stack Overflow
Viewing all articles
Browse latest Browse all 29748

How do I write email data to an NFC tags?

$
0
0

I tried the following code for writing text data, and it's a work fine

NdefRecord mimeRecord = NdefRecord.createMime("text/plain", remainingString.getBytes(Charset.forName("US-ASCII")));
ndef.writeNdefMessage(new NdefMessage(mimeRecord));

This for launch application.

NdefRecord[] records = {NdefRecord.createApplicationRecord("com.demo.abc"),

but i dont understand how to write email content.


Viewing all articles
Browse latest Browse all 29748

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>