How can I set different background color for each row in listview?
android, listview
Solution
As you said that you have use Custom adapter for listview then what you need to do is below. in `getView` method of your adapter you need to set background color of your list row xml's parent view.
Problem
I want to set different background color in each row of listview ? I used custom adapter for listview. It should be appear when activity loads.static different color row.