• Welcome to the all-new Android Central Forums! - We're still moving some things around, so you may see a few quirks here and there, but we're working on getting things fully completed as soon as possible. For now, take a look around, and if you run into any major issues please let us know in this thread!

How to request data from Android, from a server?

Fernando Nos

New member
Aug 17, 2013
1
0
0
Hi,

I'm working on a project in which it would be interesting to be able to send a request to an Android device and have it return data received from a blue
 

Rukbat

Retired Moderator
Feb 12, 2012
44,533
18
0
The Android device would have to be running a server app, designed to return the data you request.
 
Jul 30, 2015
15
0
0
You can use WebSockets.
In this way you can send messages from a server. When the device/s receive it, it will perform the actions provided in your code.