I use a WCF Data Services service that resides in a Windows Service program and get data with an Android phone using Odata4j. I get lots of data from it and I need to compress the data coming from the Data Service. I was thinking of GZip as a standard compressing algorythm and Android should have the necessary decoding methods.
Is it possible? I couldn't find the compression settings for my data service let alone the Android side of the decompression. What is the best way to accomplish this?
So here are my findings regarding to the compression problem.
See here for more information.