Another Android Blog

Yet another Android developer's blog

Skip to: Content | Sidebar | Footer

Tag: development

Android Database Tutorial

4 August, 2010 (04:05) | Database | By: Randall Mitchell

Getting Started This tutorial will cover the basics of using the SQLite database tools in Android. I am going to try to organize this tutorial so that it is easy to navigate, for myself and others, to use as a reference. At the same time, I will try to make it long enough so that [...]

A Simple ListView Example

11 June, 2010 (15:12) | Components | By: Randall Mitchell

The ListView is given very little documentation at Android.com. I thought I could explain a little further how a ListActivity class functions. This is a simple example and I may decide to create a more advanced tutorial on this topic in the future. So let’s get to coding.

Debugging Android “Source not found” Errors

2 June, 2010 (19:16) | Debugging | By: Randall Mitchell

According to Moazzam, you can have errors fed to you log by using a try/catch statement. Well, it worked like a charm. I slightly modified the code as follows….

Tony Hillerson got it right

28 May, 2010 (13:56) | Educational Resources | By: Randall Mitchell

I’ve got to say that, much like when I tried to dive into Java back in the nineties, Android currently doesn’t have great books out yet. No surprise there. Not that the books I’ve been looking over are bad, I just don’t think anyone has figured out a good organization for really understanding the environment… [...]

And so the journey begins…

10 May, 2010 (20:43) | Android Development, General | By: Randall Mitchell

I read some Android literature before and I already carry in my toolbox a few good ringers. I’ve got my IDE set up and ready to rock. I’ve got my library subscription to Safari Books Online. I’ve downloaded a couple of Android books already… I think it’s time to learn android.