I have a listView that I re-display with the correct answer highlighted when the user selects an item. However, at that point I would like to disable selection of list view
I used android:choiceMode="none" as documented here.
choiceMode="none"