I am developing Android Application having the listview in an activity. I implemented the listview in an activity. By default, while scrolling the list, the background of the entire list changes to black. So, i had given this parameter: android:cacheColorHint = "#000000".
Now while going to the end of the list a white background is showing at the end.
So, here my question is
How to remove the cacheColorHint, showing only the activity’s background instead of color?.
Please help me with the Links/SampleCode.
You can use: