java - Send data to android app from web client -


I am trying to do this that the Android app can be triggered by clicking on my web client from the computer I have searched extensively on setting up my set function but it seems that all devices need a mobile device to start a connection before doing anything to the web server.

Is there any way to start the web client? Also, is there a way to do this without informing the user of the device, i.e. in the background? I am using the KPPP for the web client, but any type of answer would be appreciated. Thanks!

Use push notification system to trigger any action on your device. Push notification systems such as, etc. are available for free and some are also paid. try them. Send a push notification and listen to that push message and trigger your action when you receive it.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -