This steps are valid for Necessitas Alpha 3 Update 4 Add your java class inside org.kde.necessitas.origo (i will refer in this article as JavaManager.Java) Edit qtmain_android.cpp Replace
According to the latest monthly figures released by Google, for the first time, over 90% of Android devices are running Android version 2.2 or later. Of the total, just under 60% are running the latest smartphone version, 2.3.x Gingerbread, a...
Today we’re revealing a service we’ve developed, codenamed Bouncer, which provides automated scanning of Android Market for potentially malicious software without disrupting the user experience of Android Market or requiring developers to go...
Since the Android NDK r4, NDK it’s delivered with a script file helping the build (appropriatelly called ndk-build), I was interested how this can be integrated in the Eclipse’s build system. The purpose of this is is to have both the C++ and the...
One would think validating an email address is an easy task. Turns out however that is not that trivial, the grammar is quite complex. While many people use regexp to validate email addresses, most of them are way to simple to be able to correctly...
You can store many types of data into QVariant, like int, string, etc. Also you can store pointers, but only pointers to void (void*). But what happens when you want to set a property of a object to a instance of class, with setProperty, and after...