you go through this in the following code snippet,
ArrayAdapter<String> adapter = new ArrayAdapter<String>(this, android.R.layout.simple_spinner_item,list);
Not sure which block this code is in or which class, but make sure this refers to ActivityName.class or the context
source share