Android: Spinners, SimpleAdapter, and (maybe) ViewBinder

On older versions of AndroidOS, there’s a bug that causes the combination of SimpleAdapter and Spinner to fail when displaying text data. There’s also a workaround: Add a ViewBinder to the SimpleAdapter. This is simpler than it sounds.