0

How do I send files to and from devices using NFC beam. I tried the Google tutorials to send a file and receive a file

I searched around the internet and didn't find any good tutorials.

Crackertastic
  • 4,958
  • 2
  • 30
  • 37
androidAhmed
  • 227
  • 1
  • 4
  • 16
  • I know how to send files the code here is File fileToTransfer = new File(Environment.getExternalStorageDirectory().toString(), filePath); fileToTransfer.setReadable(true, false); nfcAdapter.setBeamPushUris( new Uri[] { Uri.fromFile(fileToTransfer) }, this); – androidAhmed Dec 21 '14 at 09:31
  • how to receive the NFC file in the project – androidAhmed Dec 21 '14 at 09:33

0 Answers0