EDIT: woah ... somehow i replaced this question with another one i was asking, glad there is this rollback feature
this specific question deals with the
Shouldn't define anything about UI before onCreate().
Moreover, the following is a poor coding example, but it works.
public void onCreate(Bundle icicle){ super.onCreate(icicle); ... ... ... COUNTRIES = getResources().getStringArray(R.array.COUNTRIES_ARRAY);