i read many similar questions on this thread, but none of them help me... This is my code:
@Override protected void onCreate(Bundle savedInstanceState) {
int position = Arrays.asList(getResources().getStringArray(R.array.country_value_array)).indexOf(address.getCountry());
This will get index by the value.