Bring up Qt 5.0 on Raspberry Pi
Bring up Qt 5.0 on Raspberry PiNOTE: For updated information read here. Ok, so I got my brand new Raspberry Pi! 🙂 I found a couple of guides on how to compile Qt 5.0 for it,[...]
NOTE: For updated information read here. Ok, so I got my brand new Raspberry Pi! 🙂 I found a couple of guides on how to compile Qt 5.0 for it,[...]
I recently had to implement libraries for the Android OS using the Android NDK, or implementing JNIbindings for others to leverage C++ libraries from the Java layer. I commonly did[...]
SQLCipher is a great extension to the SQLite library. It can be used to encrypt the database when using the SQLite API. It can be compiled for the major platforms[...]
I recently came across a new problem: cross-platform development of libraries on iOS, Android and Linux Embedded devices. What I wanted was a cross-platform way of writing a library letting me[...]