Search code examples
androidtextsms

Android application receive data from Computer


I was wondering if there is a way to send a text from my PC using Internet to an Android application. I do not need to send a sms, i need to send a text who will be shown in that application.

Is there a way I could do that ?


Solution

  • In short, you have to use Android Cloud to Device Messaging Framework.

    But you could also try PubNub, there is a library for Android, although I have never tried it myself.