I have a Spinner View that\'s populated through a SimpleCursorAdapter.
Based on the selection I need to save the rowid in the entry database (posit
Had an idea when writing this, made a hashtable with rowid->pos when populating the spinner and then used that. Might help someone if they're searching.