Categories

G2Android version 1.2.0 : photos upload and albums creation !

I’m writing this small post just to indicate that the new version of the open source Gallery2 client for the android platform, G2Android, is out !

Now, you can still see your albums and pictures, but you can also :

upload photos
create new albums

The ergonomy is not yet perfect, as you may have already noticed, even though [...]

G2Android : a gallery2 client for the android platform

I recently started a new open source project : G2Android, for the android platform, and mainly for 3 reasons :

The main reason I Started this project was because there isn’t yet any gallery2 clients for the android platform and I needed one to access my galleries where I share photos with my family and friends

Gallery2 [...]

Different ways to access HTTP resources from Android

In this article, I invite the reader to discover the different methods to access http resources from the Android platform.
These methods can be adapted to access web services (using REST) or simply to download files !

First Method : getting an input stream given a simple url from Android using HttpURLConnection

This method is the most basic [...]