Categories

Hosting a new maven project on Github, g3-java-client, a Gallery3 remote client library

I finally started a java library to implement Gallery3 REST remote API; g3-java-client (the name is not really original huh ?!)

Here are the steps I followed to create this project.

The technical choices

Creating this project, I wanted a lightweight Java library, easily embeddable in an Android application  (G2Android not to name it, a [...]

Asynchronous Tasks with Android

Tonight I gave a presentation at Android Montreal about the AsyncTasks API, for the Android platform. Although the main content was « said » during the presentation, you can download the support :

Asynchronous Tasks with Android (OpenDocument format) Asynchronous Tasks with Android (PowerPoint format) Asynchronous Tasks with Android (PDF format)

or you can read it, Asynchronous [...]