views:

34

answers:

1

Hello, Android has ListView component which is quite nice. The problem is that I created my own adapter to supply viewitems for each item displayed and I don't get anymore:

  • Background color change when i scroll the items using up/down arrows
  • Background color change when I select an item.

How do I do that?

A: 

You need to use a Selector. Check this question.

Macarse