i hav a made a listview in which i hav added array adaptor but i want to add images also plzzzz help me how i can do this
my code is
listActivity.setAdapter(new ArrayAdapter<String>(InfotainmentActivity.activity,
android.R.layout.simple_list_item_1, sunSignName));
InfotainmentActivity.activity.setContentView(listActivity);
how can i add image with this list



