I am working on application in which a user needs to press and hold a button for a long time.
How can I detect the moment that the user: finishes the press or moves
I think the onFocusChanged-Listener can be used for this.