In my application I have a view with a listview and searchbar to search in the listview. When you tap the searchbar it gets the focus and the soft keyboard turns up. When I touch the listview the keyboard stays on top of the listview, therefore I can't see a lot of my listview.
My question: How do I know if the listview has been touched/scrolled/... and how do I remove the soft keyboard AND remove the focus from the edittext?