I'm trying to create intranet PHP application that communicates with android phones. So I was wondering is it possible to trigger android event from PHP and I don't need push messages. Thanks.
Asked
Active
Viewed 105 times
1 Answers
2
In general no, unless you implement push messaging (with GCM). What you can do is have a polling mechanism in the app to check the server for new content.

halfer
- 19,824
- 17
- 99
- 186

hakanostrom
- 1,081
- 8
- 15