You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Android) Networking and Cryptography Library (NaCL) JNI binding. JNI is utilized for fastest access to native code. Accessible either in Android or Java application. Uses SWIG to generate Java JNI bindings. SWIG definitions are extensible to other languages.
Eloquent Connection : Android light weight library, made up of two features Call and Network. It can be used in any Android project either using build script or adding aar file, with no need to declare any thing else, it is simply a plug and play library!
Total integration between Unity and an AAR plugin. You can send, set and get variables and access methods between the two. Both the AAR lib and the Unity app are fully commented so you can understand the logic behind it and reproduce it.