I have database table with the columns {Name, Time (UTC format) , Latitude, Longitude}
I display the table using a ListActivity with a SimpleCursorAdapter.
I
You can use setViewBinder(), or subclass SimpleCursorAdapter and override bindView().
setViewBinder()
SimpleCursorAdapter
bindView()