Droidcon Tunisia

Two weeks ago I got invited to attend the Droidcon Tunisia. During this two day conference I got to meet so many passionate android developers. During the course of two days I gave two talks and one workshop. The workshop “Prototype your Mobile UX design” was intended to s
Continue Reading →

Archive addition Android artifacts with Gradle.

When building Android applications or libraries common practice is to save your artifacts to a local file storage or repo. Beside your APK there are some additional artifacts you want/need to save, and you want gradle to do this. Most common ones are Javadoc, your source files and per
Continue Reading →