Is it possible to send message to Chrome Extension from Java Desktop Application?

I need to develop an android application that will accept a string from the user and send it to the desktop java application in my system. The system will reply to the mobile client application. Is there is any application in android that can be used to communicate with a desktop java application?

  • Answer:

    Use http://Parse.com to send the data from the android phone to Parse server and then read the data from your desktop application

Aymen Mouelhi at Quora Visit the source

Was this solution helpful to you?

Other answers

You will have to host your java application on a web server, may be wrap it up around a web service and exchange the data through it in your client (Android) app.

Sekhar Subramanian

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.