Android - How to Send Gzipped JSON in HTTP Request If you have ever developed an Android application which sends and consumes large amount of JSON data without gzipping then this post is probably for you. This is a very simple optimization technique that you can implement which vastly reduces the network latency and also benefits the users as well as internet. The idea is to transfer less data over the network and once you do that, it improves the speed of your application and helps users by reducing their mobile data usage (i.e saves $$$ in fact). module offers a way to achieve this,
Read full article from Android - How to send gzipped JSON in HTTP request - Arnab Chakraborty
No comments:
Post a Comment