android - Which network library should be used for google cloud endpoint -
i building android application back-end on google app engine. want use google cloud endpoint rest apis. possible use other network library on client side other google http client api? if yes, network library should use make network calls light , fast? other possible network libraries retrofit, volley, okhttp.
the main answer 'yes'. using google's http client cloud endpoints not restrict other networking in way. even, example, use 1 of other libraries in same android app, , communicate same server app (through different servlet in same app).
regarding choice between retrofit, volley, okhttp, etc., questions not considered suitable stackoverflow because matter of preference, , pros , cons. questions have right answer.
Comments
Post a Comment