android listview alternate row color BUT with default cursor selection
问题 i have been all over the web, stackoverflow included and just can't seem to get a clear complete way to I want to create a ListView that 1) has alternating colors (I am able to do that with code below) 2) retains the default orange selection behavior of android to accomplish #1 I have an custom adapter that extends ArrayAdapter and then I override getView like so public View getView(int position, View convertView, ViewGroup parent) { .... // tableLayoutId is id pointing to each view/row in my