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?