Jox
Jox

Reputation: 7172

Options for application communication between two android phones

I need to establish communication between two android phones (same application, if it matters).

Is there any possibility for android applications to establish a data stream via bluetooth (so there is no need for internet connection)?

Or (UDP)TCP/IP over internet is currently best solution?

Upvotes: 0

Views: 1607

Answers (2)

r1k0
r1k0

Reputation: 1406

Since Android 2.0 it should be possible to use the bluetooth API (see here).

Upvotes: 2

Drakosha
Drakosha

Reputation: 12155

In android 1.5, i believe, there's no file transfer via bluetooth. In order to be version agnostic, bump transfers all the data via their servers i believe.

Upvotes: 0

Related Questions