My question is, Is there any way or is it possible to call Android service and make it start running from website like if I have website that I want to retrieve data from Android device by calling service already installed in that device.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can just use service to periodically check for new information. But to directly do anything from the server you need to push notification. For that check the http://code.google.com/android/c2dm/ and http://www.vogella.de/articles/AndroidCloudToDeviceMessaging/article.html I’m also using UrbanAirShip (but it still using C2DM).