I'm working on an Android mobile application which retrieves data from Betfair and displays the results.
The Betfair API is basically a Web Service that returns JSON, and it's generic enough to return appropriate data based on customized input.
Now my question is, would using a Google cloud app engine bring any value given I'm already retrieving data from a web service (betfair API)?
Thanks.