I found a very nice article about using Android networking library Volley along with OkHttp and Gson here.
OkHttp deals with connection pooling, caching and gzipping etc, while Volley is a networking library manages network requests in an app and makes sure that networking calls are executed in background most efficiently.
Sample source code is on Github.
OkHttp deals with connection pooling, caching and gzipping etc, while Volley is a networking library manages network requests in an app and makes sure that networking calls are executed in background most efficiently.
Sample source code is on Github.
No comments:
Post a Comment