Android Networking library

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.

No comments:

Post a Comment

Scheduling Repeating Local Notifications using Alarm Manager

Learn about Scheduling Repeating Local Notifications using Alarm Manager in this post .