SyntaxFix
Write A Post
Hire A Developer
Questions
Take a look at List14 example. In getView() you can call convertView.setBackgroundDrawable() for each entry. You could have a class member counter to decide which background to call it with to get alternating backgrounds, for example.
getView()
convertView.setBackgroundDrawable()