I want to send notification from PHP application and same time it should be received by android application. I have no idea about it. I just know i do not want to use thread to be schedule for seconds and call url but get activate when notification sends from PHP server.
Share
You required to use Android Cloud to Device Messaging C2DM API of Android,
Please find a useful example from here.