hi i need a .so file lib that could be used in my b4a and b4j projects. The .so file will contain a list of urls to be called both get and post. The lib should return the json response to my android project. if anyone is interested, i will share the detailed requirements. kindly pm me.
Hi yes of course the .so contains native code. I want to call a list of urls using the native code from the .so file and return the json response returned by the called urls. Hope I am clear about my requirement. Thank you.
I think most people here find your request confusing. If that's all the library is meant to do, you could easily do it in B4A without an external library. So I'd recommend posting the detailed requirements here so we better understand the situation.
The request is very simple and the purpose to put it in .so file is to make the reverse engineering a bit more difficult. If it is done from b4a, it becomes very easy to decompile. My aim is to protect the url address.
You won't in a *.so - they can still be easily viewed with readily available decompilation tools. If the URLs are that sensitive you will need to encrypt them so opening up another bag of worms for you to deal with.