Categories

ReGalAndroid : the work behind the scenes

On Tuesday 21st of December 2010, I officially launched ReGalAndroid, the follow up of G2Android, aiming at providing G3 and Piwigo support.

This article explains why I decided to create a new project, and also what I did differently for this new Android app.

Why creating a new project ?

First of all, the name [...]

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 [...]