Archive for February, 2012

My first Android app

Saturday, February 4th, 2012

I just finished a rudimentary version of my first Android app. It makes use of a REST service. All very rudimental, but pretty cool to see it run! Main learning point: the HttpClient object needs to run in its own thread in the background. If not, Android will block its execution and gives little information on what is going on…

I plan to release the app to the Android Market when it is finished.

**update**

Here it is. Can use a lot of improvements still…