I\'m working on a ListActivity which will display a bunch of numbers (weights). I would like to change the background of a specific row in the ListView. To do this I have cr
Android's view is re-use a component for each row. I got this problem too.