I want to use a tablet for showing information that comes from a central db. I could do this with a webpage or even a webservice, but if data has changed this will not reflect immediate changes on the tablet, because the tablet will check the db on scheduled times. Another disadvantage is that there will be network traffic even if no data has changed. So I was hoping there is a way to either push info to the tablet, or a way to "poke" it and say "hey tablet, there is a change in info, go get it and display it, please...". Can this be done? What is best practice here?
Thanks for any reply!
Thanks for any reply!