new b4a programmer

summitcn

New Member
Licensed User
Longtime User
Hello all, I am new to b4a and have a current project in mind that will allow an android device to communicate directly with a database server developed by our company. The data stream is compressed using zlib, so I am wondering is there a zlib available on android, and how would I access these 2 functions?

B4X:
compress(&lsA, strlen(lsa), &rsSI, strlen(rsSI));

uncompress(&lsA, strlen(lsA), &clsa, strlen(lsa));

I would need to use these functions from within b4a in order to build packets to send to the server and decompress packets received from it. Any advice or help would be greatly appreciated!

-Scott
 

summitcn

New Member
Licensed User
Longtime User
Thank you, I will keep an eye out for zlib support. I already took a look at the network routines, and they shouldn't be a problem at all.

Thanks again!

-Scott
 
Upvote 0
Top