Android: Simpler AutoCompleteTextView with SimpleCursorAdapter
AutoCompleteTextView doesn’t require subclassing the CursorAdapter, after all. Where I’d thought it would be necessary to override certain methods, I’ve found that handler methods provided by SimpleCursorAdapter allow the same functionality without subclassing.