Another Android Blog

Insights into those hard to solve Android Development problems

Skip to: Content | Sidebar | Footer

Month: March, 2011

Gosling Hired on at Google

29 March, 2011 (02:23) | News | By: Randall Mitchell

How awesome is that for Google! I hope he gets shifted to Android and passes us down some magic. Read The Article Here

10 Useful Solutions for Android, from shaman.sir.

8 March, 2011 (18:48) | Uncategorized | By: Randall Mitchell

This blog post seems to have some useful information… mostly about ListView. http://shamansir.tumblr.com/post/2666153050/10-useful-solutions-for-android-developer

A Very Basic Application

7 March, 2011 (06:44) | Uncategorized | By: Randall Mitchell

I gave a presentation today on “Android Application Basics” today. Here is the program I used in my presentation. It is a really simple todo list with two activities: List and AddTaskForm. It uses a database class similar to the one in my database tutorial. Honestly, I like the way I wrote this class much [...]