Wednesday, June 29, 2011

[android-developers] Re: NFC send Photo

You can simply push a NDEF message which contains one Ndef-Record of
type image/png or image/jpeg. Beyond memory (and time) there seem to
be no restrictions regarding the size of the message.

I just transferred an image of size 51K. Android delivered the 51166
byte message in 206 packages of size 248bytes and a remaining packet
of size 78bytes (according to the log).

The transmission took 45 seconds which is a transmission rate of
1.1KBytes/sec or 9.2kbps.

Best wishes
Dominik


On May 12, 1:46 pm, "arik...@hotmail.com" <arik...@hotmail.com> wrote:
> Hi I asked for the code to send a photo with NFC without using a web
> page, if the records are 7ks we will have to divide it? or use many,
> or how can I do it?

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment