Data compression on Android (other than java.util.zip ?)
问题 I have a lot of data (text format) to send from a device. It obviously means that I should compress it. But my question is whether there are any ways of doing it other than by zip algorithm (like this). The reason I am asking this question is over here - for a text file i.e. 7-zip is twice (!) better than zip. Which is a significant gain. And maybe there are even better algorithms. So are there any effective ways of data compression (better than zip) available for Android? 回答1: You would need