i want to get the different colors in each row of the list view
but current only one color is shown
so how can i do this
ArrayAdapter<String> adapter=new ArrayAdapter<String(this,R.layout.latesthappenings,R.id.LH_Titles,titles);
setListAdapter(adapter);
i want to different color in each row
please tell how can i do
thanks