Working on an App that requires “Live Scores” from an event.
The XML data on the remote server is updated in realtime.
Our solution is to download the XML data every minute via network.download… which doesn’t seem elegant.
The other option is to use Push Notifications, but my understanding is that it isn’t available for Android devices yet.
Does anyone have a better solution for getting the data updated every minute? We are expecting several thousand users will be accessing the data at the same time…I assume the server will be able to handle all the request…but I’m not 100% confident we will have issues.
Any suggestions? [import]uid: 64343 topic_id: 29038 reply_id: 329038[/import]
Also, 2, 3 is something I do because I’m a cheapskate =p