Questions tagged [android-beam]

Android Beam is a feature introduced in Ice Cream Sandwich that allows a device to push an NDEF message or larger files onto another device by physically tapping the devices together. NFC peer-to-peer mode and the Simple NDEF Exchange Protocol are used to initiate the communication.

The Android Beam™ feature allows a device to push an NDEF message or even larger files onto another device by physically tapping the devices together.

NFC peer-to-peer mode and the NFC Forum Simple NDEF Exchange Protocol (SNEP) are used to initiate the communication. This provides an easier way to establish the communication channel for data exchange than other wireless technologies like Bluetooth, that require manual device discovery or pairing. The connection is automatically started when two devices come into range. Android Beam is available through a set of NFC APIs, so any application can transmit information between devices. For example, the Contacts, Browser, and YouTube applications use Android Beam to share contacts, web pages, and videos with other devices.

See the Android NFC API Guide for further information.

143 questions
0
votes
1 answer

Android NFC still weak of API on 4.0.3

I found many weak points of Android NFC: ndef.connect() cannot work for NFC phone itself, only for tag. It's no way to check the connection status when other phone close to the back. NDEF cannot interactively send/receive in two way. On the…
fordiy
  • 264
  • 5
  • 10
0
votes
2 answers

Android Beam - activate programmatically

I try to activate or deactivate the Android Beam feature programmatically on ICS but I can't find any api for this. Is it possible ? And I would know if Android Beam feature is enabled before initiate a push operation. Is it possible ?
user954469
  • 1,053
  • 1
  • 11
  • 12
0
votes
1 answer

NFC Receive NDEF tags from Android 2.3.3

I have been developing an Android application which sends NDEF messages via Android Beam and a desktop application which receives them. Everything works as expected; however, I personally believe that the Android Beam "Tab to beam"-screen is too…
user970470
-1
votes
1 answer

Sending data through NFC continously without Beam UI every time

How can I send data between two devices using NFC continuously without getting the Beam UI every time in Android?
Ashish Jaiswal
  • 804
  • 1
  • 9
  • 23
-1
votes
1 answer

NFC enableForegroundDispatch to handle Beam within activity

the app i'm working on ought to receive a beam and then call the processIntent(intent) function from onResume. the problem i'm having is that when it receives the beam, it opens a completely new instance of the app instead of just staying within the…
user3827758
  • 3
  • 1
  • 4
-1
votes
1 answer

How NFC readers works?

Hi I am android developer. I already build android NFC reader and writer and beam. So using writer i can write simple data on NFC tags and with the help of reader I can read data from tag. Using beam I can transmit data between two NFC enabled…
nilkash
  • 7,408
  • 32
  • 99
  • 176
-1
votes
2 answers

Need a little guidance with NFC Data Transfer

Might be a dumb question. I need some guidance to write a simple app, which allows the phone to transfer the touch-input-data via its NFC to another phone (not necessarily via android beam). I've got some pretty basic questions, as I never worked on…
Ren
  • 437
  • 4
  • 17
-3
votes
2 answers

how to send file using nfc in android

I want to create an application to transfer files between two machines to each other via nfc android. My idea is to create an interface with a button that allows selected data (text, files, music ...) then when they click send to device and send. I…
1 2 3
9
10