I need that my app will send a string to another android device and on the receiving android device side i want to make something with that string.
How can I use BroadcastReceiver with the callback OnReceive() just to program the string that he will get Without using the GCM if it is possible.
Thanks.