I want to create a ListView. Initially I used default ListView which I can set image as background for the list and for each item as I would like to. However, I also need to modify the text of the item after user clicks on it. So I switch to use CustomListView class, but I do not know how to set background image for the list and for each item. Is it possible in CustomListView ? If it's not, is there any other lib or class... I can use?