JavaCPP provides efficient access to native C++ inside Java, not unlike the way some C/C++ compilers interact with assembly language. No need to invent new languages such as with SWIG, SIP, C++/CLI, Cython, or RPython as required by cppyy. Instead, it exploits the syntactic and semantic similarities between Java and C++. Under the hood, it uses JNI, so it works with all implementations of Java SE, in addition to Android, Avian, and RoboVM (instructions).
Material progress circle to wrap around any FloatingActionButton. 100% Material Design guidelines from Google.
An Android library which implements a glass-like effect for the action bar. The three most commonly used action bar implementations are supported: stock (API >13), ActionBarCompat and ActionBarSherlock.