标签: android google-app-engine asynchronous google-cloud-endpoints
我正在使用Google Cloud Endpoints生成客户端库,以便与AppEngine上的应用程序进行通信。 生成的库不处理异步过程,它们只提供同步方法来调用服务器上的函数。
Google Cloud Endpoints
AppEngine
AsyncTask是更容易的解决方案,也是最糟糕的解决方案。 IntentService看起来像是一团糟。
AsyncTask
IntentService
Retrofit用几行代码破坏了我做任何事情,我希望我可以将它与Endpoints一起使用。
Retrofit
Endpoints
我可以使用什么模式/库来加速客户端开发? (API> = 14)
答案 0 :(得分:-1)
我建议您看一下Google的排球库: http://developer.android.com/training/volley/index.html