Another Android Blog

Insights into those hard to solve Android Development problems

Skip to: Content | Sidebar | Footer

Month: June, 2010

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….