Android Question B4a TOX Client

goffretus

Member
Licensed User
Longtime User
There's a very interesting, apparently snoop-proof, Skype substitute protocol called TOX - https://wiki.tox.im/Main_Page. There's an API with wrappers for various language-platform combinations and several client projects. One client is for Android - https://github.com/subliun/Antox - using a javawrapper - https://github.com/tox4j.
I'm considering trying to build a B4A client using tox4j but fear it may be a bit beyond me as I stopped coding VB6 several years ago and have zero knowledge of Java. I'm wondering if anyone with a good knowledge of both Java and B4A could take a look at the API and/or the java source code of subliun/Antox and see if a there is anything that might be beyond the capabilities of B4A....and myself.
There's also, apparently, a wrapper for javascript (if that makes sense) at https://github.com/saneki/node-toxcore
Any expert help or advice welcome!
 
Top