Does anyone know how to programatically set the background of a list item from a String Array? I have two string arrays one is the title for the text view and the other contain
You can use a custom array adapter. Extend ArrayAdapter and override getView to return a textview with background color according to the parameter position.