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
You can add attribute to Listview XML layout to disable multiple high light rows as
android:listSelector="@android:color/transparent" android:cacheColorHint="@android:color/transparent"