ArrayList myList = new ArrayList(); ListView listView = (ListView) findViewById(R.id.list); ArrayAdapter adapter = new
Subclass the ArrayAdapter and override the method getView() to return your own view that contains the contents that you want to display.