Last week was hackweek 11 at SUSE. I chose to work on starting an Android client application for libvirt. I know there is already something like this on the Google play, but it's closed source and seems unmaintained... and anyway it helped me dive in Android NDK and native code building.

As of today, the application can connect to a remote server using libssh2 and list the domains on it. The good thing is that the hard work to get libvirt.so, JNA and the Java code running together is solved.

The code can be found on github.com/cbosdo/libvirt-droid even if it still needs a huge bunch of love!