List of utility methods to do ArrayAdapter Search
int count = adapter.getCount(); for (int i = 0; i < count; i++) if (month.contentEquals(adapter.getItem(i))) return true; return false;