I am a bit stumped as to my approach here.
I have an OpenGLES application written using NDKr8 using ANativeActivity and purely C++. Now i need to get Twitter and the OAuth api integrated. I cant use the C++ library as the support for cURL isn't there. I am considering using JNI and the Twitter4J library but was wondering if anyone else has tried a different approach.