Programming Tutorials

Comment on Tutorial - ArrayAdapter sample program in Android By Ashley



Comment Added by : Mark

Comment Added at : 2013-02-02 02:25:42

Comment on Tutorial : ArrayAdapter sample program in Android By Ashley
setListAdapter(new ArrayAdapter<String>(
this,
android.R.layout.simple_expandable_list_item_1,
items));
this error every time i add it it reflect error and ask for creating that code
private void setListAdapter(ArrayAdapter<String> arrayAdapter) {
// TODO Auto-generated method stub

}


View Tutorial