Android ListView item selection issue
I have two ListView in an XML, namely lvPrograms & lvEpisodes . They are placed horizontally. I fill these ListViews from a web service. When the Activity loads, i call the web service to get data for lvPrograms . when i receive Programs , i then load the Episodes for the first program in the retrieved list. and set the lvPrograms 's first item as selected/highlighted, to show user that the loaded Episodes are for this Program item. I set it as follows: private void highlightSelectedProgram(int _previousSelectedProgramIndex, int _currentSelectedProgramIndex) { ListView allProgramsList =