Is there a way to clear the selected item in a ListView?
The ListView is defined like this:
Its works simple for me:
ListView listView = (ListView) findViewById(R.id.idMyListView); listView.clearFocus();