how to send data from website server to android app
问题 I had a requirement in a project to configure a theme for android application using a .NET website. The options that i have is to implement a polling service from android app to server which polls frequently to see if any change is required. Can any one point any better way or method to send data from a website to android app rather than the app polling the website server frequently 回答1: A better but more complex way to do it is to use Google Cloud Messaging (aka Push Notifications). This way