Android Question Speed's factor of transfer data

Blue.Sky

Active Member
Licensed User
Longtime User
Hi
I transfer and receive data between my webservice and android
Now
Is there factor for up speed for transfer data or receive (example compress data)
My data is json
 

Blue.Sky

Active Member
Licensed User
Longtime User
Compressing the json string will make it significantly faster. You can use CompressedStreams from RandomAccessFile to compress the payload.
Thank you.How can i compress json in php?
I send json data from php to b4a
 
Upvote 0
Top