published: December 29th, 2008
SimpleAdapter ViewBinders
Used a SimpleAdapter.ViewBinder the other day. ViewBinders allow another way of attaching data to an Adapter. I needed to capture an onClick event from a row in a ListActivity and fire a corresponding Intent to open a new Activity; basically mimicking the behavior of the API Demos Google provides in the Android SDK.
