Problem description: I wanted a \"delete\" function which could perform delete/remove of the selected entry in a listview and at the same time delete the residing video file
You defined an override onListItemClick but this code is never been called. You should also register the a listener to the view you're using. Check how android handle user interface events.