Blue.Sky Active Member Licensed User Longtime User Oct 14, 2015 #1 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
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
Erel B4X founder Staff member Licensed User Longtime User Oct 14, 2015 #2 Compressing the json string will make it significantly faster. You can use CompressedStreams from RandomAccessFile to compress the payload. Upvote 0
Compressing the json string will make it significantly faster. You can use CompressedStreams from RandomAccessFile to compress the payload.
Blue.Sky Active Member Licensed User Longtime User Oct 14, 2015 #3 Erel said: Compressing the json string will make it significantly faster. You can use CompressedStreams from RandomAccessFile to compress the payload. Click to expand... Thank you.How can i compress json in php? I send json data from php to b4a Upvote 0
Erel said: Compressing the json string will make it significantly faster. You can use CompressedStreams from RandomAccessFile to compress the payload. Click to expand... Thank you.How can i compress json in php? I send json data from php to b4a
warwound Expert Licensed User Longtime User Oct 14, 2015 #4 Blue.Sky said: Thank you.How can i compress json in php? I send json data from php to b4a Click to expand... Look here: http://www.whatsmyip.org/http-compression-test/ Upvote 0
Blue.Sky said: Thank you.How can i compress json in php? I send json data from php to b4a Click to expand... Look here: http://www.whatsmyip.org/http-compression-test/